#575ACC

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

Shades of Slate Blue #575ACC

Tints of Slate Blue #575ACC

Color information

#575ACC (or 0x575ACC) is unknown color: approx Slate Blue. HEX triplet: 57, 5A and CC. RGB value is (87,90,204). Sum of RGB (Red+Green+Blue) = 87+90+204=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #575ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ACC is #A8A533. Grayscale: #656565. Windows color (decimal): -11052340 or 13392471. OLE color: 13392471.

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

Color convert

RGB8790204-
CMYK0.570.5600.2
HSL238.46º53.42%57.06%-
HSV(B)238.46º57.35%80%-
XYZ18.4913.758.8-
YUV102.1185.51117.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.83%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=22.83%
G=23.62%
B=53.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal87902040.570.5600.2238.4653.4257.06
Hex575ACC3938014ee3539
Octal12713231471700243566571
Binary101011110110101100110011100111100001010011101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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