#5852CC

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

Shades of Slate Blue #5852CC

Tints of Slate Blue #5852CC

Color information

#5852CC (or 0x5852CC) is unknown color: approx Slate Blue. HEX triplet: 58, 52 and CC. RGB value is (88,82,204). Sum of RGB (Red+Green+Blue) = 88+82+204=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #5852CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852CC is #A7AD33. Grayscale: #616161. Windows color (decimal): -10988852 or 13390424. OLE color: 13390424.

HSL color Cylindrical-coordinate representation of color #5852CC: hue angle of 242.95º degrees, saturation: 0.54, 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 #5852CC is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8882204-
CMYK0.570.6000.2
HSL242.95º54.46%56.08%-
HSV(B)242.95º59.8%80%-
XYZ17.9412.4758.59-
YUV97.7187.99121.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.53%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=23.53%
G=21.93%
B=54.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal88822040.570.6000.2242.9554.4656.08
Hex5852CC393C014f33638
Octal13012231471740243636670
Binary101100010100101100110011100111110001010011110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5852CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5852CC; }

 p { color: rgb(88,82,204); }

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

<style>
 a { background-color: #5852CC; }

 a { background-color: rgb(88,82,204); }

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

<style>
 span { border-color: #5852CC; }

 span { border-color: rgb(88,82,204); }

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