Shades of Slate Blue #554AD9
Tints of Slate Blue #554AD9
RGB
CMYK
RGB Variations
Color information
#554AD9 (or 0x554AD9) is known color: Slate Blue. HEX triplet: 55, 4A and D9. RGB value is (85,74,217). Sum of RGB (Red+Green+Blue) = 85+74+217=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 217 (85.16% from 255 or 57.71% from 376); Max value from RGB is 217 - color contains mainly: blue. Hex color #554AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AD9 is #AAB526. Grayscale: #5D5D5D. Windows color (decimal): -11187495 or 14240341. OLE color: 14240341.
HSL color Cylindrical-coordinate representation of color #554AD9: hue angle of 244.62º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554AD9 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 74 | 217 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.15 |
| HSL | 244.62º | 0.65% | 0.57% | - |
| HSV(B) | 244.62º | 0.66% | 0.85% | - |
| XYZ | 18.72 | 11.84 | 66.94 | - |
| YUV | 93.59 | 197.64 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 217 | 0.61 | 0.66 | 0 | 0.15 | 244.62 | 0.65 | 0.57 |
| Hex | 55 | 4A | D9 | 3D | 42 | 0 | F | F5 | 41 | 39 |
| Octal | 125 | 112 | 331 | 75 | 102 | 0 | 17 | 365 | 101 | 71 |
| Binary | 1010101 | 1001010 | 11011001 | 111101 | 1000010 | 0 | 1111 | 11110101 | 1000001 | 111001 |
Color Harmonies of #554AD9
Complementary color
Monochromatic Colors of #554AD9
Black with #554AD9
Text Example
Text Example
White with #554AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554AD9; }
p { color: rgb(85,74,217); }
H1.HeaderClassName
{
color: #554AD9;
}
.AnyTagClassName
{
color: #554AD9;
}
</style>
background-color css
<style>
a { background-color: #554AD9; }
a { background-color: rgb(85,74,217); }
div.DivClassName
{
background-color: #554AD9;
}
.BgClassName
{
background-color: #554AD9;
}
</style>
border-color css
<style>
span { border-color: #554AD9; }
span { border-color: rgb(85,74,217); }
td.TdClassName
{
border-color: #554AD9;
}
.TagClassName
{
border-color: #554AD9;
}
</style>