Shades of Slate Blue #554EDC
Tints of Slate Blue #554EDC
RGB
CMYK
RGB Variations
Color information
#554EDC (or 0x554EDC) is known color: Slate Blue. HEX triplet: 55, 4E and DC. RGB value is (85,78,220). Sum of RGB (Red+Green+Blue) = 85+78+220=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #554EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EDC is #AAB123. Grayscale: #5F5F5F. Windows color (decimal): -11186468 or 14437973. OLE color: 14437973.
HSL color Cylindrical-coordinate representation of color #554EDC: hue angle of 242.96º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554EDC is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 78 | 220 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.14 |
| HSL | 242.96º | 0.67% | 0.58% | - |
| HSV(B) | 242.96º | 0.65% | 0.86% | - |
| XYZ | 19.39 | 12.55 | 69.11 | - |
| YUV | 96.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 220 | 0.61 | 0.65 | 0 | 0.14 | 242.96 | 0.67 | 0.58 |
| Hex | 55 | 4E | DC | 3D | 41 | 0 | E | F3 | 43 | 3A |
| Octal | 125 | 116 | 334 | 75 | 101 | 0 | 16 | 363 | 103 | 72 |
| Binary | 1010101 | 1001110 | 11011100 | 111101 | 1000001 | 0 | 1110 | 11110011 | 1000011 | 111010 |
Color Harmonies of #554EDC
Complementary color
Monochromatic Colors of #554EDC
Black with #554EDC
Text Example
Text Example
White with #554EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EDC; }
p { color: rgb(85,78,220); }
H1.HeaderClassName
{
color: #554EDC;
}
.AnyTagClassName
{
color: #554EDC;
}
</style>
background-color css
<style>
a { background-color: #554EDC; }
a { background-color: rgb(85,78,220); }
div.DivClassName
{
background-color: #554EDC;
}
.BgClassName
{
background-color: #554EDC;
}
</style>
border-color css
<style>
span { border-color: #554EDC; }
span { border-color: rgb(85,78,220); }
td.TdClassName
{
border-color: #554EDC;
}
.TagClassName
{
border-color: #554EDC;
}
</style>