Html Css Color HEX #5A4FCF Slate Blue

📋 copy color: '#5A4FCF'

red 90 ◦ green 79 ◦ blue 207

#5A4FCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5A4FCF

Tints of Slate Blue #5A4FCF

RGB

 RED value IS 90 (35.55% from 255) = 23.94%

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 207 (81.25% from 255) = 55.05%

R = 23.94%
G = 21.01%
B = 55.05%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5A4FCF (or 0x5A4FCF) is known color: Slate Blue. HEX triplet: 5A, 4F and CF. RGB value is (90,79,207). Sum of RGB (Red+Green+Blue) = 90+79+207=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A4FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4FCF is #A5B030. Grayscale: #606060. Windows color (decimal): -10858545 or 13586266. OLE color: 13586266.

HSL color Cylindrical-coordinate representation of color #5A4FCF: hue angle of 245.16º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A4FCF is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 79 207 -
CMYK 0.57 0.62 0 0.19
HSL 245.16º 0.57% 0.56% -
HSV(B) 245.16º 0.62% 0.81% -
XYZ 18.27 12.27 60.44 -
YUV 96.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 90 79 207 0.57 0.62 0 0.19 245.16 0.57 0.56
Hex 5A 4F CF 39 3E 0 13 F5 39 38
Octal 132 117 317 71 76 0 23 365 71 70
Binary 1011010 1001111 11001111 111001 111110 0 10011 11110101 111001 111000

Color Harmonies of #5A4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4FCF

Black with #5A4FCF

Text Example


Text Example

White with #5A4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4FCF; }

 p { color: rgb(90,79,207); }

 H1.HeaderClassName
 {
   color: #5A4FCF;
 }
 .AnyTagClassName
 {
   color: #5A4FCF;
 }
</style>

background-color css

<style>
 a { background-color: #5A4FCF; }

 a { background-color: rgb(90,79,207); }

 div.DivClassName
 {
   background-color: #5A4FCF;
 }
 .BgClassName
 {
   background-color: #5A4FCF;
 }
</style>

border-color css

<style>
 span { border-color: #5A4FCF; }

 span { border-color: rgb(90,79,207); }

 td.TdClassName
 {
   border-color: #5A4FCF;
 }
 .TagClassName
 {
   border-color: #5A4FCF;
 }
</style>