Shades of Slate Blue #554EDF
Tints of Slate Blue #554EDF
RGB
CMYK
RGB Variations
Color information
#554EDF (or 0x554EDF) is known color: Slate Blue. HEX triplet: 55, 4E and DF. RGB value is (85,78,223). Sum of RGB (Red+Green+Blue) = 85+78+223=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #554EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EDF is #AAB120. Grayscale: #606060. Windows color (decimal): -11186465 or 14634581. OLE color: 14634581.
HSL color Cylindrical-coordinate representation of color #554EDF: hue angle of 242.9º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554EDF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 78 | 223 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.13 |
| HSL | 242.9º | 0.69% | 0.59% | - |
| HSV(B) | 242.9º | 0.65% | 0.87% | - |
| XYZ | 19.79 | 12.71 | 71.22 | - |
| YUV | 96.62 | 199.32 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 223 | 0.62 | 0.65 | 0 | 0.13 | 242.9 | 0.69 | 0.59 |
| Hex | 55 | 4E | DF | 3E | 41 | 0 | D | F3 | 45 | 3B |
| Octal | 125 | 116 | 337 | 76 | 101 | 0 | 15 | 363 | 105 | 73 |
| Binary | 1010101 | 1001110 | 11011111 | 111110 | 1000001 | 0 | 1101 | 11110011 | 1000101 | 111011 |
Color Harmonies of #554EDF
Complementary color
Monochromatic Colors of #554EDF
Black with #554EDF
Text Example
Text Example
White with #554EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EDF; }
p { color: rgb(85,78,223); }
H1.HeaderClassName
{
color: #554EDF;
}
.AnyTagClassName
{
color: #554EDF;
}
</style>
background-color css
<style>
a { background-color: #554EDF; }
a { background-color: rgb(85,78,223); }
div.DivClassName
{
background-color: #554EDF;
}
.BgClassName
{
background-color: #554EDF;
}
</style>
border-color css
<style>
span { border-color: #554EDF; }
span { border-color: rgb(85,78,223); }
td.TdClassName
{
border-color: #554EDF;
}
.TagClassName
{
border-color: #554EDF;
}
</style>