Shades of Slate Blue #554DDC
Tints of Slate Blue #554DDC
RGB
CMYK
RGB Variations
Color information
#554DDC (or 0x554DDC) is known color: Slate Blue. HEX triplet: 55, 4D and DC. RGB value is (85,77,220). Sum of RGB (Red+Green+Blue) = 85+77+220=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #554DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DDC is #AAB223. Grayscale: #5F5F5F. Windows color (decimal): -11186724 or 14437717. OLE color: 14437717.
HSL color Cylindrical-coordinate representation of color #554DDC: hue angle of 243.36º 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 #554DDC is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 77 | 220 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.14 |
| HSL | 243.36º | 0.67% | 0.58% | - |
| HSV(B) | 243.36º | 0.65% | 0.86% | - |
| XYZ | 19.32 | 12.41 | 69.09 | - |
| YUV | 95.69 | 198.15 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 220 | 0.61 | 0.65 | 0 | 0.14 | 243.36 | 0.67 | 0.58 |
| Hex | 55 | 4D | DC | 3D | 41 | 0 | E | F3 | 43 | 3A |
| Octal | 125 | 115 | 334 | 75 | 101 | 0 | 16 | 363 | 103 | 72 |
| Binary | 1010101 | 1001101 | 11011100 | 111101 | 1000001 | 0 | 1110 | 11110011 | 1000011 | 111010 |
Color Harmonies of #554DDC
Complementary color
Monochromatic Colors of #554DDC
Black with #554DDC
Text Example
Text Example
White with #554DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DDC; }
p { color: rgb(85,77,220); }
H1.HeaderClassName
{
color: #554DDC;
}
.AnyTagClassName
{
color: #554DDC;
}
</style>
background-color css
<style>
a { background-color: #554DDC; }
a { background-color: rgb(85,77,220); }
div.DivClassName
{
background-color: #554DDC;
}
.BgClassName
{
background-color: #554DDC;
}
</style>
border-color css
<style>
span { border-color: #554DDC; }
span { border-color: rgb(85,77,220); }
td.TdClassName
{
border-color: #554DDC;
}
.TagClassName
{
border-color: #554DDC;
}
</style>