#575AC9

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

Shades of Slate Blue #575AC9

Tints of Slate Blue #575AC9

Color information

#575AC9 (or 0x575AC9) is unknown color: approx Slate Blue. HEX triplet: 57, 5A and C9. RGB value is (87,90,201). Sum of RGB (Red+Green+Blue) = 87+90+201=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #575AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AC9 is #A8A536. Grayscale: #656565. Windows color (decimal): -11052343 or 13195863. OLE color: 13195863.

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

Color convert

RGB8790201-
CMYK0.570.5500.21
HSL238.42º51.35%56.47%-
HSV(B)238.42º56.72%78.82%-
XYZ18.1313.5656.92-
YUV101.76184.01117.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 201 (78.91% from 255) = 53.17%
R=23.02%
G=23.81%
B=53.17%

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
Decimal87902010.570.5500.21238.4251.3556.47
Hex575AC93937015ee3338
Octal12713231171670253566370
Binary101011110110101100100111100111011101010111101110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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