#5842DD

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

Shades of Slate Blue #5842DD

Tints of Slate Blue #5842DD

Color information

#5842DD (or 0x5842DD) is unknown color: approx Slate Blue. HEX triplet: 58, 42 and DD. RGB value is (88,66,221). Sum of RGB (Red+Green+Blue) = 88+66+221=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #5842DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5842DD is #A7BD22. Grayscale: #595959. Windows color (decimal): -10992931 or 14500440. OLE color: 14500440.

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

Color convert

RGB8866221-
CMYK0.600.7000.13
HSL248.52º69.51%56.27%-
HSV(B)248.52º70.14%86.67%-
XYZ19.0211.1969.56-
YUV90.25201.79126.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=23.47%
G=17.6%
B=58.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88662210.600.7000.13248.5269.5156.27
Hex5842DD3C460Df94638
Octal1301023357410601537110670
Binary1011000100001011011101111100100011001101111110011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5842DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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