Html Css Color HEX #575AD8 Slate Blue

📋 copy color: '#575AD8'

red 87 ◦ green 90 ◦ blue 216

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

Shades of Slate Blue #575AD8

Tints of Slate Blue #575AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.9%

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

R = 22.14%
G = 22.9%
B = 54.96%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#575AD8 (or 0x575AD8) is known color: Slate Blue. HEX triplet: 57, 5A and D8. RGB value is (87,90,216). Sum of RGB (Red+Green+Blue) = 87+90+216=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #575AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AD8 is #A8A527. Grayscale: #666666. Windows color (decimal): -11052328 or 14178903. OLE color: 14178903.

HSL color Cylindrical-coordinate representation of color #575AD8: hue angle of 238.6º 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 #575AD8 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 90 216 -
CMYK 0.60 0.58 0 0.15
HSL 238.6º 0.62% 0.59% -
HSV(B) 238.6º 0.6% 0.85% -
XYZ 19.98 14.3 66.67 -
YUV 103.47 191.51 116.25 -
System Red Green Blue C M Y K H S L
Decimal 87 90 216 0.60 0.58 0 0.15 238.6 0.62 0.59
Hex 57 5A D8 3C 3A 0 F EF 3E 3B
Octal 127 132 330 74 72 0 17 357 76 73
Binary 1010111 1011010 11011000 111100 111010 0 1111 11101111 111110 111011

Color Harmonies of #575AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AD8

Black with #575AD8

Text Example


Text Example

White with #575AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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