Shades of Slate Blue #554EC5
Tints of Slate Blue #554EC5
RGB
CMYK
RGB Variations
Color information
#554EC5 (or 0x554EC5) is known color: Slate Blue. HEX triplet: 55, 4E and C5. RGB value is (85,78,197). Sum of RGB (Red+Green+Blue) = 85+78+197=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #554EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EC5 is #AAB13A. Grayscale: #5D5D5D. Windows color (decimal): -11186491 or 12930645. OLE color: 12930645.
HSL color Cylindrical-coordinate representation of color #554EC5: hue angle of 243.53º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554EC5 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 78 | 197 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.23 |
| HSL | 243.53º | 0.51% | 0.54% | - |
| HSV(B) | 243.53º | 0.6% | 0.77% | - |
| XYZ | 16.55 | 11.41 | 54.15 | - |
| YUV | 93.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 197 | 0.57 | 0.60 | 0 | 0.23 | 243.53 | 0.51 | 0.54 |
| Hex | 55 | 4E | C5 | 39 | 3C | 0 | 17 | F4 | 33 | 36 |
| Octal | 125 | 116 | 305 | 71 | 74 | 0 | 27 | 364 | 63 | 66 |
| Binary | 1010101 | 1001110 | 11000101 | 111001 | 111100 | 0 | 10111 | 11110100 | 110011 | 110110 |
Color Harmonies of #554EC5
Complementary color
Monochromatic Colors of #554EC5
Black with #554EC5
Text Example
Text Example
White with #554EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EC5; }
p { color: rgb(85,78,197); }
H1.HeaderClassName
{
color: #554EC5;
}
.AnyTagClassName
{
color: #554EC5;
}
</style>
background-color css
<style>
a { background-color: #554EC5; }
a { background-color: rgb(85,78,197); }
div.DivClassName
{
background-color: #554EC5;
}
.BgClassName
{
background-color: #554EC5;
}
</style>
border-color css
<style>
span { border-color: #554EC5; }
span { border-color: rgb(85,78,197); }
td.TdClassName
{
border-color: #554EC5;
}
.TagClassName
{
border-color: #554EC5;
}
</style>