Shades of Slate Blue #554ECB
Tints of Slate Blue #554ECB
RGB
CMYK
RGB Variations
Color information
#554ECB (or 0x554ECB) is known color: Slate Blue. HEX triplet: 55, 4E and CB. RGB value is (85,78,203). Sum of RGB (Red+Green+Blue) = 85+78+203=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #554ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554ECB is #AAB134. Grayscale: #5D5D5D. Windows color (decimal): -11186485 or 13323861. OLE color: 13323861.
HSL color Cylindrical-coordinate representation of color #554ECB: hue angle of 243.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554ECB is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 78 | 203 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.20 |
| HSL | 243.36º | 0.55% | 0.55% | - |
| HSV(B) | 243.36º | 0.62% | 0.8% | - |
| XYZ | 17.25 | 11.69 | 57.85 | - |
| YUV | 94.34 | 189.32 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 203 | 0.58 | 0.62 | 0 | 0.20 | 243.36 | 0.55 | 0.55 |
| Hex | 55 | 4E | CB | 3A | 3E | 0 | 14 | F3 | 37 | 37 |
| Octal | 125 | 116 | 313 | 72 | 76 | 0 | 24 | 363 | 67 | 67 |
| Binary | 1010101 | 1001110 | 11001011 | 111010 | 111110 | 0 | 10100 | 11110011 | 110111 | 110111 |
Color Harmonies of #554ECB
Complementary color
Monochromatic Colors of #554ECB
Black with #554ECB
Text Example
Text Example
White with #554ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ECB; }
p { color: rgb(85,78,203); }
H1.HeaderClassName
{
color: #554ECB;
}
.AnyTagClassName
{
color: #554ECB;
}
</style>
background-color css
<style>
a { background-color: #554ECB; }
a { background-color: rgb(85,78,203); }
div.DivClassName
{
background-color: #554ECB;
}
.BgClassName
{
background-color: #554ECB;
}
</style>
border-color css
<style>
span { border-color: #554ECB; }
span { border-color: rgb(85,78,203); }
td.TdClassName
{
border-color: #554ECB;
}
.TagClassName
{
border-color: #554ECB;
}
</style>