Shades of Slate Blue #5455DC
Tints of Slate Blue #5455DC
RGB
CMYK
RGB Variations
Color information
#5455DC (or 0x5455DC) is known color: Slate Blue. HEX triplet: 54, 55 and DC. RGB value is (84,85,220). Sum of RGB (Red+Green+Blue) = 84+85+220=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #5455DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5455DC is #ABAA23. Grayscale: #636363. Windows color (decimal): -11250212 or 14439764. OLE color: 14439764.
HSL color Cylindrical-coordinate representation of color #5455DC: hue angle of 239.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5455DC is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 85 | 220 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.14 |
| HSL | 239.56º | 0.66% | 0.6% | - |
| HSV(B) | 239.56º | 0.62% | 0.86% | - |
| XYZ | 19.82 | 13.55 | 69.28 | - |
| YUV | 100.09 | 195.67 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 220 | 0.62 | 0.61 | 0 | 0.14 | 239.56 | 0.66 | 0.6 |
| Hex | 54 | 55 | DC | 3E | 3D | 0 | E | F0 | 42 | 3C |
| Octal | 124 | 125 | 334 | 76 | 75 | 0 | 16 | 360 | 102 | 74 |
| Binary | 1010100 | 1010101 | 11011100 | 111110 | 111101 | 0 | 1110 | 11110000 | 1000010 | 111100 |
Color Harmonies of #5455DC
Complementary color
Monochromatic Colors of #5455DC
Black with #5455DC
Text Example
Text Example
White with #5455DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5455DC; }
p { color: rgb(84,85,220); }
H1.HeaderClassName
{
color: #5455DC;
}
.AnyTagClassName
{
color: #5455DC;
}
</style>
background-color css
<style>
a { background-color: #5455DC; }
a { background-color: rgb(84,85,220); }
div.DivClassName
{
background-color: #5455DC;
}
.BgClassName
{
background-color: #5455DC;
}
</style>
border-color css
<style>
span { border-color: #5455DC; }
span { border-color: rgb(84,85,220); }
td.TdClassName
{
border-color: #5455DC;
}
.TagClassName
{
border-color: #5455DC;
}
</style>