#575AC5

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

Shades of Slate Blue #575AC5

Tints of Slate Blue #575AC5

Color information

#575AC5 (or 0x575AC5) is unknown color: approx Slate Blue. HEX triplet: 57, 5A and C5. RGB value is (87,90,197). Sum of RGB (Red+Green+Blue) = 87+90+197=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #575AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AC5 is #A8A53A. Grayscale: #646464. Windows color (decimal): -11052347 or 12933719. OLE color: 12933719.

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

Color convert

RGB8790197-
CMYK0.560.5400.23
HSL238.36º48.67%55.69%-
HSV(B)238.36º55.84%77.25%-
XYZ17.6613.3754.47-
YUV101.3182.01117.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 90 (35.55% from 255) = 24.06%
BLUE value IS 197 (77.34% from 255) = 52.67%
R=23.26%
G=24.06%
B=52.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal87901970.560.5400.23238.3648.6755.69
Hex575AC53836017ee3138
Octal12713230570660273566170
Binary101011110110101100010111100011011001011111101110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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