Shades of Slate Blue #554DC9
Tints of Slate Blue #554DC9
RGB
CMYK
RGB Variations
Color information
#554DC9 (or 0x554DC9) is known color: Slate Blue. HEX triplet: 55, 4D and C9. RGB value is (85,77,201). Sum of RGB (Red+Green+Blue) = 85+77+201=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #554DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DC9 is #AAB236. Grayscale: #5D5D5D. Windows color (decimal): -11186743 or 13192533. OLE color: 13192533.
HSL color Cylindrical-coordinate representation of color #554DC9: hue angle of 243.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554DC9 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 77 | 201 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.21 |
| HSL | 243.87º | 0.53% | 0.55% | - |
| HSV(B) | 243.87º | 0.62% | 0.79% | - |
| XYZ | 16.94 | 11.46 | 56.58 | - |
| YUV | 93.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 201 | 0.58 | 0.62 | 0 | 0.21 | 243.87 | 0.53 | 0.55 |
| Hex | 55 | 4D | C9 | 3A | 3E | 0 | 15 | F4 | 35 | 37 |
| Octal | 125 | 115 | 311 | 72 | 76 | 0 | 25 | 364 | 65 | 67 |
| Binary | 1010101 | 1001101 | 11001001 | 111010 | 111110 | 0 | 10101 | 11110100 | 110101 | 110111 |
Color Harmonies of #554DC9
Complementary color
Monochromatic Colors of #554DC9
Black with #554DC9
Text Example
Text Example
White with #554DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DC9; }
p { color: rgb(85,77,201); }
H1.HeaderClassName
{
color: #554DC9;
}
.AnyTagClassName
{
color: #554DC9;
}
</style>
background-color css
<style>
a { background-color: #554DC9; }
a { background-color: rgb(85,77,201); }
div.DivClassName
{
background-color: #554DC9;
}
.BgClassName
{
background-color: #554DC9;
}
</style>
border-color css
<style>
span { border-color: #554DC9; }
span { border-color: rgb(85,77,201); }
td.TdClassName
{
border-color: #554DC9;
}
.TagClassName
{
border-color: #554DC9;
}
</style>