Shades of Slate Blue #554EC4
Tints of Slate Blue #554EC4
RGB
CMYK
RGB Variations
Color information
#554EC4 (or 0x554EC4) is known color: Slate Blue. HEX triplet: 55, 4E and C4. RGB value is (85,78,196). Sum of RGB (Red+Green+Blue) = 85+78+196=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #554EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EC4 is #AAB13B. Grayscale: #5D5D5D. Windows color (decimal): -11186492 or 12865109. OLE color: 12865109.
HSL color Cylindrical-coordinate representation of color #554EC4: hue angle of 243.56º degrees, saturation: 0.5, 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 #554EC4 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 78 | 196 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.23 |
| HSL | 243.56º | 0.5% | 0.54% | - |
| HSV(B) | 243.56º | 0.6% | 0.77% | - |
| XYZ | 16.43 | 11.37 | 53.55 | - |
| YUV | 93.55 | 185.82 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 196 | 0.57 | 0.60 | 0 | 0.23 | 243.56 | 0.5 | 0.54 |
| Hex | 55 | 4E | C4 | 39 | 3C | 0 | 17 | F4 | 32 | 36 |
| Octal | 125 | 116 | 304 | 71 | 74 | 0 | 27 | 364 | 62 | 66 |
| Binary | 1010101 | 1001110 | 11000100 | 111001 | 111100 | 0 | 10111 | 11110100 | 110010 | 110110 |
Color Harmonies of #554EC4
Complementary color
Monochromatic Colors of #554EC4
Black with #554EC4
Text Example
Text Example
White with #554EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EC4; }
p { color: rgb(85,78,196); }
H1.HeaderClassName
{
color: #554EC4;
}
.AnyTagClassName
{
color: #554EC4;
}
</style>
background-color css
<style>
a { background-color: #554EC4; }
a { background-color: rgb(85,78,196); }
div.DivClassName
{
background-color: #554EC4;
}
.BgClassName
{
background-color: #554EC4;
}
</style>
border-color css
<style>
span { border-color: #554EC4; }
span { border-color: rgb(85,78,196); }
td.TdClassName
{
border-color: #554EC4;
}
.TagClassName
{
border-color: #554EC4;
}
</style>