Html Css Color HEX #575AD0 Slate Blue

📋 copy color: '#575AD0'

red 87 ◦ green 90 ◦ blue 208

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

Shades of Slate Blue #575AD0

Tints of Slate Blue #575AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 22.6%
G = 23.38%
B = 54.03%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#575AD0 (or 0x575AD0) is known color: Slate Blue. HEX triplet: 57, 5A and D0. RGB value is (87,90,208). Sum of RGB (Red+Green+Blue) = 87+90+208=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #575AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AD0 is #A8A52F. Grayscale: #666666. Windows color (decimal): -11052336 or 13654615. OLE color: 13654615.

HSL color Cylindrical-coordinate representation of color #575AD0: hue angle of 238.51º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575AD0 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 90 208 -
CMYK 0.58 0.57 0 0.18
HSL 238.51º 0.56% 0.58% -
HSV(B) 238.51º 0.58% 0.82% -
XYZ 18.97 13.89 61.36 -
YUV 102.56 187.51 116.91 -
System Red Green Blue C M Y K H S L
Decimal 87 90 208 0.58 0.57 0 0.18 238.51 0.56 0.58
Hex 57 5A D0 3A 39 0 12 EF 38 3A
Octal 127 132 320 72 71 0 22 357 70 72
Binary 1010111 1011010 11010000 111010 111001 0 10010 11101111 111000 111010

Color Harmonies of #575AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AD0

Black with #575AD0

Text Example


Text Example

White with #575AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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