Shades of Slate Blue #554DCE
Tints of Slate Blue #554DCE
RGB
CMYK
RGB Variations
Color information
#554DCE (or 0x554DCE) is known color: Slate Blue. HEX triplet: 55, 4D and CE. RGB value is (85,77,206). Sum of RGB (Red+Green+Blue) = 85+77+206=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #554DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DCE is #AAB231. Grayscale: #5D5D5D. Windows color (decimal): -11186738 or 13520213. OLE color: 13520213.
HSL color Cylindrical-coordinate representation of color #554DCE: hue angle of 243.72º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #554DCE is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 77 | 206 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.19 |
| HSL | 243.72º | 0.57% | 0.55% | - |
| HSV(B) | 243.72º | 0.63% | 0.81% | - |
| XYZ | 17.54 | 11.7 | 59.73 | - |
| YUV | 94.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 206 | 0.59 | 0.63 | 0 | 0.19 | 243.72 | 0.57 | 0.55 |
| Hex | 55 | 4D | CE | 3B | 3F | 0 | 13 | F4 | 39 | 37 |
| Octal | 125 | 115 | 316 | 73 | 77 | 0 | 23 | 364 | 71 | 67 |
| Binary | 1010101 | 1001101 | 11001110 | 111011 | 111111 | 0 | 10011 | 11110100 | 111001 | 110111 |
Color Harmonies of #554DCE
Complementary color
Monochromatic Colors of #554DCE
Black with #554DCE
Text Example
Text Example
White with #554DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DCE; }
p { color: rgb(85,77,206); }
H1.HeaderClassName
{
color: #554DCE;
}
.AnyTagClassName
{
color: #554DCE;
}
</style>
background-color css
<style>
a { background-color: #554DCE; }
a { background-color: rgb(85,77,206); }
div.DivClassName
{
background-color: #554DCE;
}
.BgClassName
{
background-color: #554DCE;
}
</style>
border-color css
<style>
span { border-color: #554DCE; }
span { border-color: rgb(85,77,206); }
td.TdClassName
{
border-color: #554DCE;
}
.TagClassName
{
border-color: #554DCE;
}
</style>