#5852ce

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

Shades of Slate Blue #5852CE

Tints of Slate Blue #5852CE

Color information

#5852CE (or 0x5852CE) is unknown color: approx Slate Blue. HEX triplet: 58, 52 and CE. RGB value is (88,82,206). Sum of RGB (Red+Green+Blue) = 88+82+206=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #5852CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852CE is #A7AD31. Grayscale: #616161. Windows color (decimal): -10988850 or 13521496. OLE color: 13521496.

HSL color Cylindrical-coordinate representation of color #5852CE: hue angle of 242.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5852CE is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8882206-
CMYK0.570.6000.19
HSL242.9º55.86%56.47%-
HSV(B)242.9º60.19%80.78%-
XYZ18.1812.5759.86-
YUV97.93188.99120.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 206 (80.86% from 255) = 54.79%
R=23.40%
G=21.81%
B=54.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal88822060.570.6000.19242.955.8656.47
Hex5852CE393C013f33838
Octal13012231671740233637070
Binary101100010100101100111011100111110001001111110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5852ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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