Shades of Slate Blue #5558DC
Tints of Slate Blue #5558DC
RGB
CMYK
RGB Variations
Color information
#5558DC (or 0x5558DC) is known color: Slate Blue. HEX triplet: 55, 58 and DC. RGB value is (85,88,220). Sum of RGB (Red+Green+Blue) = 85+88+220=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #5558DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5558DC is #AAA723. Grayscale: #656565. Windows color (decimal): -11183908 or 14440533. OLE color: 14440533.
HSL color Cylindrical-coordinate representation of color #5558DC: hue angle of 238.67º 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 #5558DC is Cyan = 0.61, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 88 | 220 | - |
| CMYK | 0.61 | 0.6 | 0 | 0.14 |
| HSL | 238.67º | 0.66% | 0.6% | - |
| HSV(B) | 238.67º | 0.61% | 0.86% | - |
| XYZ | 20.15 | 14.08 | 69.37 | - |
| YUV | 102.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 220 | 0.61 | 0.6 | 0 | 0.14 | 238.67 | 0.66 | 0.6 |
| Hex | 55 | 58 | DC | 3D | 3C | 0 | E | EF | 42 | 3C |
| Octal | 125 | 130 | 334 | 75 | 74 | 0 | 16 | 357 | 102 | 74 |
| Binary | 1010101 | 1011000 | 11011100 | 111101 | 111100 | 0 | 1110 | 11101111 | 1000010 | 111100 |
Color Harmonies of #5558DC
Complementary color
Monochromatic Colors of #5558DC
Black with #5558DC
Text Example
Text Example
White with #5558DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5558DC; }
p { color: rgb(85,88,220); }
H1.HeaderClassName
{
color: #5558DC;
}
.AnyTagClassName
{
color: #5558DC;
}
</style>
background-color css
<style>
a { background-color: #5558DC; }
a { background-color: rgb(85,88,220); }
div.DivClassName
{
background-color: #5558DC;
}
.BgClassName
{
background-color: #5558DC;
}
</style>
border-color css
<style>
span { border-color: #5558DC; }
span { border-color: rgb(85,88,220); }
td.TdClassName
{
border-color: #5558DC;
}
.TagClassName
{
border-color: #5558DC;
}
</style>