Html Css Color HEX #5F57CE Slate Blue

📋 copy color: '#5F57CE'

red 95 ◦ green 87 ◦ blue 206

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

Shades of Slate Blue #5F57CE

Tints of Slate Blue #5F57CE

RGB

 RED value IS 95 (37.5% from 255) = 24.48%

 GREEN value IS 87 (34.38% from 255) = 22.42%

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 24.48%
G = 22.42%
B = 53.09%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F57CE (or 0x5F57CE) is known color: Slate Blue. HEX triplet: 5F, 57 and CE. RGB value is (95,87,206). Sum of RGB (Red+Green+Blue) = 95+87+206=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F57CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F57CE is #A0A831. Grayscale: #666666. Windows color (decimal): -10528818 or 13522783. OLE color: 13522783.

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

Color convert

RGB 95 87 206 -
CMYK 0.54 0.58 0 0.19
HSL 244.03º 0.55% 0.57% -
HSV(B) 244.03º 0.58% 0.81% -
XYZ 19.27 13.71 60.02 -
YUV 102.96 186.15 122.32 -
System Red Green Blue C M Y K H S L
Decimal 95 87 206 0.54 0.58 0 0.19 244.03 0.55 0.57
Hex 5F 57 CE 36 3A 0 13 F4 37 39
Octal 137 127 316 66 72 0 23 364 67 71
Binary 1011111 1010111 11001110 110110 111010 0 10011 11110100 110111 111001

Color Harmonies of #5F57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F57CE

Black with #5F57CE

Text Example


Text Example

White with #5F57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,87,206); }

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

background-color css

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

 a { background-color: rgb(95,87,206); }

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

border-color css

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

 span { border-color: rgb(95,87,206); }

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