#5752CD

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

Shades of Slate Blue #5752CD

Tints of Slate Blue #5752CD

Color information

#5752CD (or 0x5752CD) is unknown color: approx Slate Blue. HEX triplet: 57, 52 and CD. RGB value is (87,82,205). Sum of RGB (Red+Green+Blue) = 87+82+205=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #5752CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752CD is #A8AD32. Grayscale: #616161. Windows color (decimal): -11054387 or 13455959. OLE color: 13455959.

HSL color Cylindrical-coordinate representation of color #5752CD: hue angle of 242.44º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5752CD is Cyan = 0.58, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8782205-
CMYK0.580.600.20
HSL242.44º55.16%56.27%-
HSV(B)242.44º60%80.39%-
XYZ17.9712.4759.22-
YUV97.52188.66120.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 205 (80.47% from 255) = 54.81%
R=23.26%
G=21.93%
B=54.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87822050.580.600.20242.4455.1656.27
Hex5752CD3A3C014f23738
Octal12712231572740243626770
Binary101011110100101100110111101011110001010011110010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5752CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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