Shades of Slate Blue #5444DD
Tints of Slate Blue #5444DD
RGB
CMYK
RGB Variations
Color information
#5444DD (or 0x5444DD) is known color: Slate Blue. HEX triplet: 54, 44 and DD. RGB value is (84,68,221). Sum of RGB (Red+Green+Blue) = 84+68+221=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #5444DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5444DD is #ABBB22. Grayscale: #595959. Windows color (decimal): -11254563 or 14500948. OLE color: 14500948.
HSL color Cylindrical-coordinate representation of color #5444DD: hue angle of 246.27º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5444DD is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 68 | 221 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.13 |
| HSL | 246.27º | 0.69% | 0.57% | - |
| HSV(B) | 246.27º | 0.69% | 0.87% | - |
| XYZ | 18.77 | 11.24 | 69.59 | - |
| YUV | 90.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 221 | 0.62 | 0.69 | 0 | 0.13 | 246.27 | 0.69 | 0.57 |
| Hex | 54 | 44 | DD | 3E | 45 | 0 | D | F6 | 45 | 39 |
| Octal | 124 | 104 | 335 | 76 | 105 | 0 | 15 | 366 | 105 | 71 |
| Binary | 1010100 | 1000100 | 11011101 | 111110 | 1000101 | 0 | 1101 | 11110110 | 1000101 | 111001 |
Color Harmonies of #5444DD
Complementary color
Monochromatic Colors of #5444DD
Black with #5444DD
Text Example
Text Example
White with #5444DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5444DD; }
p { color: rgb(84,68,221); }
H1.HeaderClassName
{
color: #5444DD;
}
.AnyTagClassName
{
color: #5444DD;
}
</style>
background-color css
<style>
a { background-color: #5444DD; }
a { background-color: rgb(84,68,221); }
div.DivClassName
{
background-color: #5444DD;
}
.BgClassName
{
background-color: #5444DD;
}
</style>
border-color css
<style>
span { border-color: #5444DD; }
span { border-color: rgb(84,68,221); }
td.TdClassName
{
border-color: #5444DD;
}
.TagClassName
{
border-color: #5444DD;
}
</style>