#5852DD

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

Shades of Slate Blue #5852DD

Tints of Slate Blue #5852DD

Color information

#5852DD (or 0x5852DD) is unknown color: approx Slate Blue. HEX triplet: 58, 52 and DD. RGB value is (88,82,221). Sum of RGB (Red+Green+Blue) = 88+82+221=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #5852DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852DD is #A7AD22. Grayscale: #636363. Windows color (decimal): -10988835 or 14504536. OLE color: 14504536.

HSL color Cylindrical-coordinate representation of color #5852DD: hue angle of 242.59º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5852DD is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8882221-
CMYK0.600.6300.13
HSL242.59º67.15%59.41%-
HSV(B)242.59º62.9%86.67%-
XYZ20.0913.3369.92-
YUV99.64196.49119.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=22.51%
G=20.97%
B=56.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88822210.600.6300.13242.5967.1559.41
Hex5852DD3C3F0Df3433b
Octal130122335747701536310373
Binary101100010100101101110111110011111101101111100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5852DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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