Shades of Slate Blue #5558DD
Tints of Slate Blue #5558DD
RGB
CMYK
RGB Variations
Color information
#5558DD (or 0x5558DD) is known color: Slate Blue. HEX triplet: 55, 58 and DD. RGB value is (85,88,221). Sum of RGB (Red+Green+Blue) = 85+88+221=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #5558DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5558DD is #AAA722. Grayscale: #656565. Windows color (decimal): -11183907 or 14506069. OLE color: 14506069.
HSL color Cylindrical-coordinate representation of color #5558DD: hue angle of 238.68º 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 #5558DD is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 88 | 221 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.13 |
| HSL | 238.68º | 0.67% | 0.6% | - |
| HSV(B) | 238.68º | 0.62% | 0.87% | - |
| XYZ | 20.29 | 14.13 | 70.06 | - |
| YUV | 102.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 221 | 0.62 | 0.60 | 0 | 0.13 | 238.68 | 0.67 | 0.6 |
| Hex | 55 | 58 | DD | 3E | 3C | 0 | D | EF | 43 | 3C |
| Octal | 125 | 130 | 335 | 76 | 74 | 0 | 15 | 357 | 103 | 74 |
| Binary | 1010101 | 1011000 | 11011101 | 111110 | 111100 | 0 | 1101 | 11101111 | 1000011 | 111100 |
Color Harmonies of #5558DD
Complementary color
Monochromatic Colors of #5558DD
Black with #5558DD
Text Example
Text Example
White with #5558DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5558DD; }
p { color: rgb(85,88,221); }
H1.HeaderClassName
{
color: #5558DD;
}
.AnyTagClassName
{
color: #5558DD;
}
</style>
background-color css
<style>
a { background-color: #5558DD; }
a { background-color: rgb(85,88,221); }
div.DivClassName
{
background-color: #5558DD;
}
.BgClassName
{
background-color: #5558DD;
}
</style>
border-color css
<style>
span { border-color: #5558DD; }
span { border-color: rgb(85,88,221); }
td.TdClassName
{
border-color: #5558DD;
}
.TagClassName
{
border-color: #5558DD;
}
</style>