Shades of Slate Blue #554EC8
Tints of Slate Blue #554EC8
RGB
CMYK
RGB Variations
Color information
#554EC8 (or 0x554EC8) is known color: Slate Blue. HEX triplet: 55, 4E and C8. RGB value is (85,78,200). Sum of RGB (Red+Green+Blue) = 85+78+200=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #554EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EC8 is #AAB137. Grayscale: #5D5D5D. Windows color (decimal): -11186488 or 13127253. OLE color: 13127253.
HSL color Cylindrical-coordinate representation of color #554EC8: hue angle of 243.44º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554EC8 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 78 | 200 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.22 |
| HSL | 243.44º | 0.53% | 0.55% | - |
| HSV(B) | 243.44º | 0.61% | 0.78% | - |
| XYZ | 16.9 | 11.55 | 55.98 | - |
| YUV | 94 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 200 | 0.58 | 0.61 | 0 | 0.22 | 243.44 | 0.53 | 0.55 |
| Hex | 55 | 4E | C8 | 3A | 3D | 0 | 16 | F3 | 35 | 37 |
| Octal | 125 | 116 | 310 | 72 | 75 | 0 | 26 | 363 | 65 | 67 |
| Binary | 1010101 | 1001110 | 11001000 | 111010 | 111101 | 0 | 10110 | 11110011 | 110101 | 110111 |
Color Harmonies of #554EC8
Complementary color
Monochromatic Colors of #554EC8
Black with #554EC8
Text Example
Text Example
White with #554EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EC8; }
p { color: rgb(85,78,200); }
H1.HeaderClassName
{
color: #554EC8;
}
.AnyTagClassName
{
color: #554EC8;
}
</style>
background-color css
<style>
a { background-color: #554EC8; }
a { background-color: rgb(85,78,200); }
div.DivClassName
{
background-color: #554EC8;
}
.BgClassName
{
background-color: #554EC8;
}
</style>
border-color css
<style>
span { border-color: #554EC8; }
span { border-color: rgb(85,78,200); }
td.TdClassName
{
border-color: #554EC8;
}
.TagClassName
{
border-color: #554EC8;
}
</style>