Shades of Slate Blue #554EDA
Tints of Slate Blue #554EDA
RGB
CMYK
RGB Variations
Color information
#554EDA (or 0x554EDA) is known color: Slate Blue. HEX triplet: 55, 4E and DA. RGB value is (85,78,218). Sum of RGB (Red+Green+Blue) = 85+78+218=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #554EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EDA is #AAB125. Grayscale: #5F5F5F. Windows color (decimal): -11186470 or 14306901. OLE color: 14306901.
HSL color Cylindrical-coordinate representation of color #554EDA: hue angle of 243º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554EDA is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 78 | 218 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.15 |
| HSL | 243º | 0.65% | 0.58% | - |
| HSV(B) | 243º | 0.64% | 0.85% | - |
| XYZ | 19.13 | 12.44 | 67.72 | - |
| YUV | 96.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 218 | 0.61 | 0.64 | 0 | 0.15 | 243 | 0.65 | 0.58 |
| Hex | 55 | 4E | DA | 3D | 40 | 0 | F | F3 | 41 | 3A |
| Octal | 125 | 116 | 332 | 75 | 100 | 0 | 17 | 363 | 101 | 72 |
| Binary | 1010101 | 1001110 | 11011010 | 111101 | 1000000 | 0 | 1111 | 11110011 | 1000001 | 111010 |
Color Harmonies of #554EDA
Complementary color
Monochromatic Colors of #554EDA
Black with #554EDA
Text Example
Text Example
White with #554EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EDA; }
p { color: rgb(85,78,218); }
H1.HeaderClassName
{
color: #554EDA;
}
.AnyTagClassName
{
color: #554EDA;
}
</style>
background-color css
<style>
a { background-color: #554EDA; }
a { background-color: rgb(85,78,218); }
div.DivClassName
{
background-color: #554EDA;
}
.BgClassName
{
background-color: #554EDA;
}
</style>
border-color css
<style>
span { border-color: #554EDA; }
span { border-color: rgb(85,78,218); }
td.TdClassName
{
border-color: #554EDA;
}
.TagClassName
{
border-color: #554EDA;
}
</style>