#575AC6

Color #575AC6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #575AC6

Tints of Slate Blue #575AC6

Color information

#575AC6 (or 0x575AC6) is unknown color: approx Slate Blue. HEX triplet: 57, 5A and C6. RGB value is (87,90,198). Sum of RGB (Red+Green+Blue) = 87+90+198=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #575AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AC6 is #A8A539. Grayscale: #646464. Windows color (decimal): -11052346 or 12999255. OLE color: 12999255.

HSL color Cylindrical-coordinate representation of color #575AC6: hue angle of 238.38º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575AC6 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8790198-
CMYK0.560.5500.22
HSL238.38º49.33%55.88%-
HSV(B)238.38º56.06%77.65%-
XYZ17.7813.4255.08-
YUV101.42182.51117.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 198 (77.73% from 255) = 52.8%
R=23.2%
G=24%
B=52.8%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal87901980.560.5500.22238.3849.3355.88
Hex575AC63837016ee3138
Octal12713230670670263566170
Binary101011110110101100011011100011011101011011101110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #575AC6;
 }
 .AnyTagClassName
 {
   color: #575AC6;
 }
</style>
background-color css

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

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

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

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

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

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