#575ACA

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

Shades of Slate Blue #575ACA

Tints of Slate Blue #575ACA

Color information

#575ACA (or 0x575ACA) is unknown color: approx Slate Blue. HEX triplet: 57, 5A and CA. RGB value is (87,90,202). Sum of RGB (Red+Green+Blue) = 87+90+202=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #575ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ACA is #A8A535. Grayscale: #656565. Windows color (decimal): -11052342 or 13261399. OLE color: 13261399.

HSL color Cylindrical-coordinate representation of color #575ACA: hue angle of 238.43º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575ACA is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8790202-
CMYK0.570.5500.21
HSL238.43º52.04%56.67%-
HSV(B)238.43º56.93%79.22%-
XYZ18.2513.657.54-
YUV101.87184.51117.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=22.96%
G=23.75%
B=53.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87902020.570.5500.21238.4352.0456.67
Hex575ACA3937015ee3439
Octal12713231271670253566471
Binary101011110110101100101011100111011101010111101110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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