Shades of Slate Blue #555AD8
Tints of Slate Blue #555AD8
RGB
CMYK
RGB Variations
Color information
#555AD8 (or 0x555AD8) is known color: Slate Blue. HEX triplet: 55, 5A and D8. RGB value is (85,90,216). Sum of RGB (Red+Green+Blue) = 85+90+216=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 216 (84.77% from 255 or 55.24% from 391); Max value from RGB is 216 - color contains mainly: blue. Hex color #555AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AD8 is #AAA527. Grayscale: #666666. Windows color (decimal): -11183400 or 14178901. OLE color: 14178901.
HSL color Cylindrical-coordinate representation of color #555AD8: hue angle of 237.71º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555AD8 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 90 | 216 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.15 |
| HSL | 237.71º | 0.63% | 0.59% | - |
| HSV(B) | 237.71º | 0.61% | 0.85% | - |
| XYZ | 19.8 | 14.2 | 66.66 | - |
| YUV | 102.87 | 191.84 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 216 | 0.61 | 0.58 | 0 | 0.15 | 237.71 | 0.63 | 0.59 |
| Hex | 55 | 5A | D8 | 3D | 3A | 0 | F | EE | 3F | 3B |
| Octal | 125 | 132 | 330 | 75 | 72 | 0 | 17 | 356 | 77 | 73 |
| Binary | 1010101 | 1011010 | 11011000 | 111101 | 111010 | 0 | 1111 | 11101110 | 111111 | 111011 |
Color Harmonies of #555AD8
Complementary color
Monochromatic Colors of #555AD8
Black with #555AD8
Text Example
Text Example
White with #555AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555AD8; }
p { color: rgb(85,90,216); }
H1.HeaderClassName
{
color: #555AD8;
}
.AnyTagClassName
{
color: #555AD8;
}
</style>
background-color css
<style>
a { background-color: #555AD8; }
a { background-color: rgb(85,90,216); }
div.DivClassName
{
background-color: #555AD8;
}
.BgClassName
{
background-color: #555AD8;
}
</style>
border-color css
<style>
span { border-color: #555AD8; }
span { border-color: rgb(85,90,216); }
td.TdClassName
{
border-color: #555AD8;
}
.TagClassName
{
border-color: #555AD8;
}
</style>