Shades of Slate Blue #554BDB
Tints of Slate Blue #554BDB
RGB
CMYK
RGB Variations
Color information
#554BDB (or 0x554BDB) is known color: Slate Blue. HEX triplet: 55, 4B and DB. RGB value is (85,75,219). Sum of RGB (Red+Green+Blue) = 85+75+219=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #554BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BDB is #AAB424. Grayscale: #5D5D5D. Windows color (decimal): -11187237 or 14371669. OLE color: 14371669.
HSL color Cylindrical-coordinate representation of color #554BDB: hue angle of 244.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554BDB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 75 | 219 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.14 |
| HSL | 244.17º | 0.67% | 0.58% | - |
| HSV(B) | 244.17º | 0.66% | 0.86% | - |
| XYZ | 19.05 | 12.08 | 68.35 | - |
| YUV | 94.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 219 | 0.61 | 0.66 | 0 | 0.14 | 244.17 | 0.67 | 0.58 |
| Hex | 55 | 4B | DB | 3D | 42 | 0 | E | F4 | 43 | 3A |
| Octal | 125 | 113 | 333 | 75 | 102 | 0 | 16 | 364 | 103 | 72 |
| Binary | 1010101 | 1001011 | 11011011 | 111101 | 1000010 | 0 | 1110 | 11110100 | 1000011 | 111010 |
Color Harmonies of #554BDB
Complementary color
Monochromatic Colors of #554BDB
Black with #554BDB
Text Example
Text Example
White with #554BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BDB; }
p { color: rgb(85,75,219); }
H1.HeaderClassName
{
color: #554BDB;
}
.AnyTagClassName
{
color: #554BDB;
}
</style>
background-color css
<style>
a { background-color: #554BDB; }
a { background-color: rgb(85,75,219); }
div.DivClassName
{
background-color: #554BDB;
}
.BgClassName
{
background-color: #554BDB;
}
</style>
border-color css
<style>
span { border-color: #554BDB; }
span { border-color: rgb(85,75,219); }
td.TdClassName
{
border-color: #554BDB;
}
.TagClassName
{
border-color: #554BDB;
}
</style>