#5844DD

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

Shades of Slate Blue #5844DD

Tints of Slate Blue #5844DD

Color information

#5844DD (or 0x5844DD) is unknown color: approx Slate Blue. HEX triplet: 58, 44 and DD. RGB value is (88,68,221). Sum of RGB (Red+Green+Blue) = 88+68+221=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #5844DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5844DD is #A7BB22. Grayscale: #5A5A5A. Windows color (decimal): -10992419 or 14500952. OLE color: 14500952.

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

Color convert

RGB8868221-
CMYK0.600.6900.13
HSL247.84º69.23%56.67%-
HSV(B)247.84º69.23%86.67%-
XYZ19.1411.4369.6-
YUV91.42201.13125.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 221 (86.72% from 255) = 58.62%
R=23.34%
G=18.04%
B=58.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88682210.600.6900.13247.8469.2356.67
Hex5844DD3C450Df84539
Octal1301043357410501537010571
Binary1011000100010011011101111100100010101101111110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5844DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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