Shades of Slate Blue #5556DC
Tints of Slate Blue #5556DC
RGB
CMYK
RGB Variations
Color information
#5556DC (or 0x5556DC) is known color: Slate Blue. HEX triplet: 55, 56 and DC. RGB value is (85,86,220). Sum of RGB (Red+Green+Blue) = 85+86+220=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #5556DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5556DC is #AAA923. Grayscale: #646464. Windows color (decimal): -11184420 or 14440021. OLE color: 14440021.
HSL color Cylindrical-coordinate representation of color #5556DC: 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.61%. Process color model (Four color, CMYK) of #5556DC is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 86 | 220 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.14 |
| HSL | 239.56º | 0.66% | 0.6% | - |
| HSV(B) | 239.56º | 0.61% | 0.86% | - |
| XYZ | 19.99 | 13.75 | 69.31 | - |
| YUV | 100.98 | 195.17 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 220 | 0.61 | 0.61 | 0 | 0.14 | 239.56 | 0.66 | 0.6 |
| Hex | 55 | 56 | DC | 3D | 3D | 0 | E | F0 | 42 | 3C |
| Octal | 125 | 126 | 334 | 75 | 75 | 0 | 16 | 360 | 102 | 74 |
| Binary | 1010101 | 1010110 | 11011100 | 111101 | 111101 | 0 | 1110 | 11110000 | 1000010 | 111100 |
Color Harmonies of #5556DC
Complementary color
Monochromatic Colors of #5556DC
Black with #5556DC
Text Example
Text Example
White with #5556DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5556DC; }
p { color: rgb(85,86,220); }
H1.HeaderClassName
{
color: #5556DC;
}
.AnyTagClassName
{
color: #5556DC;
}
</style>
background-color css
<style>
a { background-color: #5556DC; }
a { background-color: rgb(85,86,220); }
div.DivClassName
{
background-color: #5556DC;
}
.BgClassName
{
background-color: #5556DC;
}
</style>
border-color css
<style>
span { border-color: #5556DC; }
span { border-color: rgb(85,86,220); }
td.TdClassName
{
border-color: #5556DC;
}
.TagClassName
{
border-color: #5556DC;
}
</style>