Shades of Slate Blue #554BDD
Tints of Slate Blue #554BDD
RGB
CMYK
RGB Variations
Color information
#554BDD (or 0x554BDD) is known color: Slate Blue. HEX triplet: 55, 4B and DD. RGB value is (85,75,221). Sum of RGB (Red+Green+Blue) = 85+75+221=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #554BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BDD is #AAB422. Grayscale: #5E5E5E. Windows color (decimal): -11187235 or 14502741. OLE color: 14502741.
HSL color Cylindrical-coordinate representation of color #554BDD: hue angle of 244.11º 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 #554BDD is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 75 | 221 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.13 |
| HSL | 244.11º | 0.68% | 0.58% | - |
| HSV(B) | 244.11º | 0.66% | 0.87% | - |
| XYZ | 19.31 | 12.18 | 69.74 | - |
| YUV | 94.63 | 199.31 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 221 | 0.62 | 0.66 | 0 | 0.13 | 244.11 | 0.68 | 0.58 |
| Hex | 55 | 4B | DD | 3E | 42 | 0 | D | F4 | 44 | 3A |
| Octal | 125 | 113 | 335 | 76 | 102 | 0 | 15 | 364 | 104 | 72 |
| Binary | 1010101 | 1001011 | 11011101 | 111110 | 1000010 | 0 | 1101 | 11110100 | 1000100 | 111010 |
Color Harmonies of #554BDD
Complementary color
Monochromatic Colors of #554BDD
Black with #554BDD
Text Example
Text Example
White with #554BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BDD; }
p { color: rgb(85,75,221); }
H1.HeaderClassName
{
color: #554BDD;
}
.AnyTagClassName
{
color: #554BDD;
}
</style>
background-color css
<style>
a { background-color: #554BDD; }
a { background-color: rgb(85,75,221); }
div.DivClassName
{
background-color: #554BDD;
}
.BgClassName
{
background-color: #554BDD;
}
</style>
border-color css
<style>
span { border-color: #554BDD; }
span { border-color: rgb(85,75,221); }
td.TdClassName
{
border-color: #554BDD;
}
.TagClassName
{
border-color: #554BDD;
}
</style>