Shades of Slate Blue #554ADB
Tints of Slate Blue #554ADB
RGB
CMYK
RGB Variations
Color information
#554ADB (or 0x554ADB) is known color: Slate Blue. HEX triplet: 55, 4A and DB. RGB value is (85,74,219). Sum of RGB (Red+Green+Blue) = 85+74+219=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #554ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ADB is #AAB524. Grayscale: #5D5D5D. Windows color (decimal): -11187493 or 14371413. OLE color: 14371413.
HSL color Cylindrical-coordinate representation of color #554ADB: hue angle of 244.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554ADB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 74 | 219 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.14 |
| HSL | 244.55º | 0.67% | 0.57% | - |
| HSV(B) | 244.55º | 0.66% | 0.86% | - |
| XYZ | 18.98 | 11.94 | 68.32 | - |
| YUV | 93.82 | 198.64 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 219 | 0.61 | 0.66 | 0 | 0.14 | 244.55 | 0.67 | 0.57 |
| Hex | 55 | 4A | DB | 3D | 42 | 0 | E | F5 | 43 | 39 |
| Octal | 125 | 112 | 333 | 75 | 102 | 0 | 16 | 365 | 103 | 71 |
| Binary | 1010101 | 1001010 | 11011011 | 111101 | 1000010 | 0 | 1110 | 11110101 | 1000011 | 111001 |
Color Harmonies of #554ADB
Complementary color
Monochromatic Colors of #554ADB
Black with #554ADB
Text Example
Text Example
White with #554ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ADB; }
p { color: rgb(85,74,219); }
H1.HeaderClassName
{
color: #554ADB;
}
.AnyTagClassName
{
color: #554ADB;
}
</style>
background-color css
<style>
a { background-color: #554ADB; }
a { background-color: rgb(85,74,219); }
div.DivClassName
{
background-color: #554ADB;
}
.BgClassName
{
background-color: #554ADB;
}
</style>
border-color css
<style>
span { border-color: #554ADB; }
span { border-color: rgb(85,74,219); }
td.TdClassName
{
border-color: #554ADB;
}
.TagClassName
{
border-color: #554ADB;
}
</style>