Shades of Slate Blue #554ECF
Tints of Slate Blue #554ECF
RGB
CMYK
RGB Variations
Color information
#554ECF (or 0x554ECF) is known color: Slate Blue. HEX triplet: 55, 4E and CF. RGB value is (85,78,207). Sum of RGB (Red+Green+Blue) = 85+78+207=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #554ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554ECF is #AAB130. Grayscale: #5E5E5E. Windows color (decimal): -11186481 or 13586005. OLE color: 13586005.
HSL color Cylindrical-coordinate representation of color #554ECF: hue angle of 243.26º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554ECF is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 78 | 207 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.19 |
| HSL | 243.26º | 0.57% | 0.56% | - |
| HSV(B) | 243.26º | 0.62% | 0.81% | - |
| XYZ | 17.73 | 11.89 | 60.39 | - |
| YUV | 94.8 | 191.32 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 207 | 0.59 | 0.62 | 0 | 0.19 | 243.26 | 0.57 | 0.56 |
| Hex | 55 | 4E | CF | 3B | 3E | 0 | 13 | F3 | 39 | 38 |
| Octal | 125 | 116 | 317 | 73 | 76 | 0 | 23 | 363 | 71 | 70 |
| Binary | 1010101 | 1001110 | 11001111 | 111011 | 111110 | 0 | 10011 | 11110011 | 111001 | 111000 |
Color Harmonies of #554ECF
Complementary color
Monochromatic Colors of #554ECF
Black with #554ECF
Text Example
Text Example
White with #554ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ECF; }
p { color: rgb(85,78,207); }
H1.HeaderClassName
{
color: #554ECF;
}
.AnyTagClassName
{
color: #554ECF;
}
</style>
background-color css
<style>
a { background-color: #554ECF; }
a { background-color: rgb(85,78,207); }
div.DivClassName
{
background-color: #554ECF;
}
.BgClassName
{
background-color: #554ECF;
}
</style>
border-color css
<style>
span { border-color: #554ECF; }
span { border-color: rgb(85,78,207); }
td.TdClassName
{
border-color: #554ECF;
}
.TagClassName
{
border-color: #554ECF;
}
</style>