Shades of Slate Blue #554CDD
Tints of Slate Blue #554CDD
RGB
CMYK
RGB Variations
Color information
#554CDD (or 0x554CDD) is known color: Slate Blue. HEX triplet: 55, 4C and DD. RGB value is (85,76,221). Sum of RGB (Red+Green+Blue) = 85+76+221=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #554CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CDD is #AAB322. Grayscale: #5E5E5E. Windows color (decimal): -11186979 or 14502997. OLE color: 14502997.
HSL color Cylindrical-coordinate representation of color #554CDD: hue angle of 243.72º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554CDD is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 76 | 221 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.13 |
| HSL | 243.72º | 0.68% | 0.58% | - |
| HSV(B) | 243.72º | 0.66% | 0.87% | - |
| XYZ | 19.38 | 12.32 | 69.76 | - |
| YUV | 95.22 | 198.98 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 221 | 0.62 | 0.66 | 0 | 0.13 | 243.72 | 0.68 | 0.58 |
| Hex | 55 | 4C | DD | 3E | 42 | 0 | D | F4 | 44 | 3A |
| Octal | 125 | 114 | 335 | 76 | 102 | 0 | 15 | 364 | 104 | 72 |
| Binary | 1010101 | 1001100 | 11011101 | 111110 | 1000010 | 0 | 1101 | 11110100 | 1000100 | 111010 |
Color Harmonies of #554CDD
Complementary color
Monochromatic Colors of #554CDD
Black with #554CDD
Text Example
Text Example
White with #554CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CDD; }
p { color: rgb(85,76,221); }
H1.HeaderClassName
{
color: #554CDD;
}
.AnyTagClassName
{
color: #554CDD;
}
</style>
background-color css
<style>
a { background-color: #554CDD; }
a { background-color: rgb(85,76,221); }
div.DivClassName
{
background-color: #554CDD;
}
.BgClassName
{
background-color: #554CDD;
}
</style>
border-color css
<style>
span { border-color: #554CDD; }
span { border-color: rgb(85,76,221); }
td.TdClassName
{
border-color: #554CDD;
}
.TagClassName
{
border-color: #554CDD;
}
</style>