Shades of Slate Blue #555ADB
Tints of Slate Blue #555ADB
RGB
CMYK
RGB Variations
Color information
#555ADB (or 0x555ADB) is known color: Slate Blue. HEX triplet: 55, 5A and DB. RGB value is (85,90,219). Sum of RGB (Red+Green+Blue) = 85+90+219=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #555ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ADB is #AAA524. Grayscale: #666666. Windows color (decimal): -11183397 or 14375509. OLE color: 14375509.
HSL color Cylindrical-coordinate representation of color #555ADB: hue angle of 237.76º degrees, saturation: 0.65, 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 #555ADB is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 90 | 219 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.14 |
| HSL | 237.76º | 0.65% | 0.6% | - |
| HSV(B) | 237.76º | 0.61% | 0.86% | - |
| XYZ | 20.19 | 14.36 | 68.73 | - |
| YUV | 103.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 219 | 0.61 | 0.59 | 0 | 0.14 | 237.76 | 0.65 | 0.6 |
| Hex | 55 | 5A | DB | 3D | 3B | 0 | E | EE | 41 | 3C |
| Octal | 125 | 132 | 333 | 75 | 73 | 0 | 16 | 356 | 101 | 74 |
| Binary | 1010101 | 1011010 | 11011011 | 111101 | 111011 | 0 | 1110 | 11101110 | 1000001 | 111100 |
Color Harmonies of #555ADB
Complementary color
Monochromatic Colors of #555ADB
Black with #555ADB
Text Example
Text Example
White with #555ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555ADB; }
p { color: rgb(85,90,219); }
H1.HeaderClassName
{
color: #555ADB;
}
.AnyTagClassName
{
color: #555ADB;
}
</style>
background-color css
<style>
a { background-color: #555ADB; }
a { background-color: rgb(85,90,219); }
div.DivClassName
{
background-color: #555ADB;
}
.BgClassName
{
background-color: #555ADB;
}
</style>
border-color css
<style>
span { border-color: #555ADB; }
span { border-color: rgb(85,90,219); }
td.TdClassName
{
border-color: #555ADB;
}
.TagClassName
{
border-color: #555ADB;
}
</style>