#575CCA

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

Shades of Slate Blue #575CCA

Tints of Slate Blue #575CCA

Color information

#575CCA (or 0x575CCA) is unknown color: approx Slate Blue. HEX triplet: 57, 5C and CA. RGB value is (87,92,202). Sum of RGB (Red+Green+Blue) = 87+92+202=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #575CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CCA is #A8A335. Grayscale: #666666. Windows color (decimal): -11051830 or 13261911. OLE color: 13261911.

HSL color Cylindrical-coordinate representation of color #575CCA: hue angle of 237.39º 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 #575CCA is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8792202-
CMYK0.570.5400.21
HSL237.39º52.04%56.67%-
HSV(B)237.39º56.93%79.22%-
XYZ18.4213.9457.6-
YUV103.04183.84116.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.83%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=22.83%
G=24.15%
B=53.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87922020.570.5400.21237.3952.0456.67
Hex575CCA3936015ed3439
Octal12713431271660253556471
Binary101011110111001100101011100111011001010111101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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