#575CCB

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

Shades of Slate Blue #575CCB

Tints of Slate Blue #575CCB

Color information

#575CCB (or 0x575CCB) is unknown color: approx Slate Blue. HEX triplet: 57, 5C and CB. RGB value is (87,92,203). Sum of RGB (Red+Green+Blue) = 87+92+203=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #575CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CCB is #A8A334. Grayscale: #666666. Windows color (decimal): -11051829 or 13327447. OLE color: 13327447.

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

Color convert

RGB8792203-
CMYK0.570.5500.20
HSL237.41º52.73%56.86%-
HSV(B)237.41º57.14%79.61%-
XYZ18.5413.9958.22-
YUV103.16184.34116.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.77%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 203 (79.69% from 255) = 53.14%
R=22.77%
G=24.08%
B=53.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87922030.570.5500.20237.4152.7356.86
Hex575CCB3937014ed3539
Octal12713431371670243556571
Binary101011110111001100101111100111011101010011101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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