#5752CA

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

Shades of Slate Blue #5752CA

Tints of Slate Blue #5752CA

Color information

#5752CA (or 0x5752CA) is unknown color: approx Slate Blue. HEX triplet: 57, 52 and CA. RGB value is (87,82,202). Sum of RGB (Red+Green+Blue) = 87+82+202=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #5752CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752CA is #A8AD35. Grayscale: #606060. Windows color (decimal): -11054390 or 13259351. OLE color: 13259351.

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

Color convert

RGB8782202-
CMYK0.570.5900.21
HSL242.5º53.1%55.69%-
HSV(B)242.5º59.41%79.22%-
XYZ17.6112.3357.33-
YUV97.18187.16120.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=23.45%
G=22.10%
B=54.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87822020.570.5900.21242.553.155.69
Hex5752CA393B015f23538
Octal12712231271730253626570
Binary101011110100101100101011100111101101010111110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5752CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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