Shades of Slate Blue #554ECC
Tints of Slate Blue #554ECC
RGB
CMYK
RGB Variations
Color information
#554ECC (or 0x554ECC) is known color: Slate Blue. HEX triplet: 55, 4E and CC. RGB value is (85,78,204). Sum of RGB (Red+Green+Blue) = 85+78+204=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #554ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554ECC is #AAB133. Grayscale: #5D5D5D. Windows color (decimal): -11186484 or 13389397. OLE color: 13389397.
HSL color Cylindrical-coordinate representation of color #554ECC: hue angle of 243.33º 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 #554ECC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 78 | 204 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.2 |
| HSL | 243.33º | 0.55% | 0.55% | - |
| HSV(B) | 243.33º | 0.62% | 0.8% | - |
| XYZ | 17.37 | 11.74 | 58.48 | - |
| YUV | 94.46 | 189.82 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 204 | 0.58 | 0.62 | 0 | 0.2 | 243.33 | 0.55 | 0.55 |
| Hex | 55 | 4E | CC | 3A | 3E | 0 | 14 | F3 | 37 | 37 |
| Octal | 125 | 116 | 314 | 72 | 76 | 0 | 24 | 363 | 67 | 67 |
| Binary | 1010101 | 1001110 | 11001100 | 111010 | 111110 | 0 | 10100 | 11110011 | 110111 | 110111 |
Color Harmonies of #554ECC
Complementary color
Monochromatic Colors of #554ECC
Black with #554ECC
Text Example
Text Example
White with #554ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ECC; }
p { color: rgb(85,78,204); }
H1.HeaderClassName
{
color: #554ECC;
}
.AnyTagClassName
{
color: #554ECC;
}
</style>
background-color css
<style>
a { background-color: #554ECC; }
a { background-color: rgb(85,78,204); }
div.DivClassName
{
background-color: #554ECC;
}
.BgClassName
{
background-color: #554ECC;
}
</style>
border-color css
<style>
span { border-color: #554ECC; }
span { border-color: rgb(85,78,204); }
td.TdClassName
{
border-color: #554ECC;
}
.TagClassName
{
border-color: #554ECC;
}
</style>