Shades of Slate Blue #555BD8
Tints of Slate Blue #555BD8
RGB
CMYK
RGB Variations
Color information
#555BD8 (or 0x555BD8) is known color: Slate Blue. HEX triplet: 55, 5B and D8. RGB value is (85,91,216). Sum of RGB (Red+Green+Blue) = 85+91+216=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #555BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BD8 is #AAA427. Grayscale: #666666. Windows color (decimal): -11183144 or 14179157. OLE color: 14179157.
HSL color Cylindrical-coordinate representation of color #555BD8: hue angle of 237.25º 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 #555BD8 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 91 | 216 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.15 |
| HSL | 237.25º | 0.63% | 0.59% | - |
| HSV(B) | 237.25º | 0.61% | 0.85% | - |
| XYZ | 19.88 | 14.37 | 66.69 | - |
| YUV | 103.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 216 | 0.61 | 0.58 | 0 | 0.15 | 237.25 | 0.63 | 0.59 |
| Hex | 55 | 5B | D8 | 3D | 3A | 0 | F | ED | 3F | 3B |
| Octal | 125 | 133 | 330 | 75 | 72 | 0 | 17 | 355 | 77 | 73 |
| Binary | 1010101 | 1011011 | 11011000 | 111101 | 111010 | 0 | 1111 | 11101101 | 111111 | 111011 |
Color Harmonies of #555BD8
Complementary color
Monochromatic Colors of #555BD8
Black with #555BD8
Text Example
Text Example
White with #555BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BD8; }
p { color: rgb(85,91,216); }
H1.HeaderClassName
{
color: #555BD8;
}
.AnyTagClassName
{
color: #555BD8;
}
</style>
background-color css
<style>
a { background-color: #555BD8; }
a { background-color: rgb(85,91,216); }
div.DivClassName
{
background-color: #555BD8;
}
.BgClassName
{
background-color: #555BD8;
}
</style>
border-color css
<style>
span { border-color: #555BD8; }
span { border-color: rgb(85,91,216); }
td.TdClassName
{
border-color: #555BD8;
}
.TagClassName
{
border-color: #555BD8;
}
</style>