#5455DD

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

Shades of Slate Blue #5455DD

Tints of Slate Blue #5455DD

Color information

#5455DD (or 0x5455DD) is unknown color: approx Slate Blue. HEX triplet: 54, 55 and DD. RGB value is (84,85,221). Sum of RGB (Red+Green+Blue) = 84+85+221=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #5455DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5455DD is #ABAA22. Grayscale: #636363. Windows color (decimal): -11250211 or 14505300. OLE color: 14505300.

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

Color convert

RGB8485221-
CMYK0.620.6200.13
HSL239.56º66.83%59.8%-
HSV(B)239.56º61.99%86.67%-
XYZ19.9613.669.98-
YUV100.2196.17116.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 221 (86.72% from 255) = 56.67%
R=21.54%
G=21.79%
B=56.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84852210.620.6200.13239.5666.8359.8
Hex5455DD3E3E0Df0433c
Octal124125335767601536010374
Binary101010010101011101110111111011111001101111100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5455DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,85,221); }

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

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

 a { background-color: rgb(84,85,221); }

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

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

 span { border-color: rgb(84,85,221); }

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