Shades of Slate Blue #554EC9
Tints of Slate Blue #554EC9
RGB
CMYK
RGB Variations
Color information
#554EC9 (or 0x554EC9) is known color: Slate Blue. HEX triplet: 55, 4E and C9. RGB value is (85,78,201). Sum of RGB (Red+Green+Blue) = 85+78+201=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #554EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EC9 is #AAB136. Grayscale: #5D5D5D. Windows color (decimal): -11186487 or 13192789. OLE color: 13192789.
HSL color Cylindrical-coordinate representation of color #554EC9: hue angle of 243.41º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554EC9 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 78 | 201 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.21 |
| HSL | 243.41º | 0.53% | 0.55% | - |
| HSV(B) | 243.41º | 0.61% | 0.79% | - |
| XYZ | 17.01 | 11.6 | 56.6 | - |
| YUV | 94.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 201 | 0.58 | 0.61 | 0 | 0.21 | 243.41 | 0.53 | 0.55 |
| Hex | 55 | 4E | C9 | 3A | 3D | 0 | 15 | F3 | 35 | 37 |
| Octal | 125 | 116 | 311 | 72 | 75 | 0 | 25 | 363 | 65 | 67 |
| Binary | 1010101 | 1001110 | 11001001 | 111010 | 111101 | 0 | 10101 | 11110011 | 110101 | 110111 |
Color Harmonies of #554EC9
Complementary color
Monochromatic Colors of #554EC9
Black with #554EC9
Text Example
Text Example
White with #554EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EC9; }
p { color: rgb(85,78,201); }
H1.HeaderClassName
{
color: #554EC9;
}
.AnyTagClassName
{
color: #554EC9;
}
</style>
background-color css
<style>
a { background-color: #554EC9; }
a { background-color: rgb(85,78,201); }
div.DivClassName
{
background-color: #554EC9;
}
.BgClassName
{
background-color: #554EC9;
}
</style>
border-color css
<style>
span { border-color: #554EC9; }
span { border-color: rgb(85,78,201); }
td.TdClassName
{
border-color: #554EC9;
}
.TagClassName
{
border-color: #554EC9;
}
</style>