#5757CA

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

Shades of Slate Blue #5757CA

Tints of Slate Blue #5757CA

Color information

#5757CA (or 0x5757CA) is unknown color: approx Slate Blue. HEX triplet: 57, 57 and CA. RGB value is (87,87,202). Sum of RGB (Red+Green+Blue) = 87+87+202=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #5757CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5757CA is #A8A835. Grayscale: #636363. Windows color (decimal): -11053110 or 13260631. OLE color: 13260631.

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

Color convert

RGB8787202-
CMYK0.570.5700.21
HSL240º52.04%56.67%-
HSV(B)240º56.93%79.22%-
XYZ1813.1157.46-
YUV100.11185.5118.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=23.14%
G=23.14%
B=53.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87872020.570.5700.2124052.0456.67
Hex5757CA3939015f03439
Octal12712731271710253606471
Binary101011110101111100101011100111100101010111110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5757CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5757CA; }

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

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

<style>
 a { background-color: #5757CA; }

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

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

<style>
 span { border-color: #5757CA; }

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

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