Shades of Slate Blue #5455DD
Tints of Slate Blue #5455DD
RGB
CMYK
RGB Variations
Color information
#5455DD (or 0x5455DD) is known color: 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
| RGB | 84 | 85 | 221 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.13 |
| HSL | 239.56º | 0.67% | 0.6% | - |
| HSV(B) | 239.56º | 0.62% | 0.87% | - |
| XYZ | 19.96 | 13.6 | 69.98 | - |
| YUV | 100.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 221 | 0.62 | 0.62 | 0 | 0.13 | 239.56 | 0.67 | 0.6 |
| Hex | 54 | 55 | DD | 3E | 3E | 0 | D | F0 | 43 | 3C |
| Octal | 124 | 125 | 335 | 76 | 76 | 0 | 15 | 360 | 103 | 74 |
| Binary | 1010100 | 1010101 | 11011101 | 111110 | 111110 | 0 | 1101 | 11110000 | 1000011 | 111100 |
Color Harmonies of #5455DD
Complementary color
Monochromatic Colors of #5455DD
Black with #5455DD
Text Example
Text Example
White with #5455DD
Text Example
Text Example
HTML Codes & Css Web 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>