#575DCB

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

Shades of Slate Blue #575DCB

Tints of Slate Blue #575DCB

Color information

#575DCB (or 0x575DCB) is unknown color: approx Slate Blue. HEX triplet: 57, 5D and CB. RGB value is (87,93,203). Sum of RGB (Red+Green+Blue) = 87+93+203=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #575DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DCB is #A8A234. Grayscale: #676767. Windows color (decimal): -11051573 or 13327703. OLE color: 13327703.

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

Color convert

RGB8793203-
CMYK0.570.5400.20
HSL236.9º52.73%56.86%-
HSV(B)236.9º57.14%79.61%-
XYZ18.6214.1758.25-
YUV103.75184.01116.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.72%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 203 (79.69% from 255) = 53.00%
R=22.72%
G=24.28%
B=53.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87932030.570.5400.20236.952.7356.86
Hex575DCB3936014ed3539
Octal12713531371660243556571
Binary101011110111011100101111100111011001010011101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,203); }

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

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

 a { background-color: rgb(87,93,203); }

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

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

 span { border-color: rgb(87,93,203); }

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