Html Css Color HEX #5F57D6 Slate Blue

📋 copy color: '#5F57D6'

red 95 ◦ green 87 ◦ blue 214

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

Shades of Slate Blue #5F57D6

Tints of Slate Blue #5F57D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.04%

R = 23.99%
G = 21.97%
B = 54.04%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5F57D6 (or 0x5F57D6) is known color: Slate Blue. HEX triplet: 5F, 57 and D6. RGB value is (95,87,214). Sum of RGB (Red+Green+Blue) = 95+87+214=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #5F57D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F57D6 is #A0A829. Grayscale: #676767. Windows color (decimal): -10528810 or 14047071. OLE color: 14047071.

HSL color Cylindrical-coordinate representation of color #5F57D6: hue angle of 243.78º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F57D6 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 87 214 -
CMYK 0.56 0.59 0 0.16
HSL 243.78º 0.61% 0.59% -
HSV(B) 243.78º 0.59% 0.84% -
XYZ 20.27 14.1 65.27 -
YUV 103.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 95 87 214 0.56 0.59 0 0.16 243.78 0.61 0.59
Hex 5F 57 D6 38 3B 0 10 F4 3D 3B
Octal 137 127 326 70 73 0 20 364 75 73
Binary 1011111 1010111 11010110 111000 111011 0 10000 11110100 111101 111011

Color Harmonies of #5F57D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F57D6

Black with #5F57D6

Text Example


Text Example

White with #5F57D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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