Html Css Color HEX #575FD8 Slate Blue

📋 copy color: '#575FD8'

red 87 ◦ green 95 ◦ blue 216

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

Shades of Slate Blue #575FD8

Tints of Slate Blue #575FD8

RGB

 RED value IS 87 (34.38% from 255) = 21.86%

 GREEN value IS 95 (37.5% from 255) = 23.87%

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 21.86%
G = 23.87%
B = 54.27%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#575FD8 (or 0x575FD8) is known color: Slate Blue. HEX triplet: 57, 5F and D8. RGB value is (87,95,216). Sum of RGB (Red+Green+Blue) = 87+95+216=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #575FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FD8 is #A8A027. Grayscale: #696969. Windows color (decimal): -11051048 or 14180183. OLE color: 14180183.

HSL color Cylindrical-coordinate representation of color #575FD8: hue angle of 236.28º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575FD8 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 95 216 -
CMYK 0.60 0.56 0 0.15
HSL 236.28º 0.62% 0.59% -
HSV(B) 236.28º 0.6% 0.85% -
XYZ 20.42 15.17 66.82 -
YUV 106.4 189.85 114.16 -
System Red Green Blue C M Y K H S L
Decimal 87 95 216 0.60 0.56 0 0.15 236.28 0.62 0.59
Hex 57 5F D8 3C 38 0 F EC 3E 3B
Octal 127 137 330 74 70 0 17 354 76 73
Binary 1010111 1011111 11011000 111100 111000 0 1111 11101100 111110 111011

Color Harmonies of #575FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FD8

Black with #575FD8

Text Example


Text Example

White with #575FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575FD8; }

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

 H1.HeaderClassName
 {
   color: #575FD8;
 }
 .AnyTagClassName
 {
   color: #575FD8;
 }
</style>

background-color css

<style>
 a { background-color: #575FD8; }

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

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

border-color css

<style>
 span { border-color: #575FD8; }

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

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