Shades of Slate Blue #5544DB
Tints of Slate Blue #5544DB
RGB
CMYK
RGB Variations
Color information
#5544DB (or 0x5544DB) is known color: Slate Blue. HEX triplet: 55, 44 and DB. RGB value is (85,68,219). Sum of RGB (Red+Green+Blue) = 85+68+219=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #5544DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5544DB is #AABB24. Grayscale: #595959. Windows color (decimal): -11189029 or 14369877. OLE color: 14369877.
HSL color Cylindrical-coordinate representation of color #5544DB: hue angle of 246.75º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5544DB is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 68 | 219 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.14 |
| HSL | 246.76º | 0.68% | 0.56% | - |
| HSV(B) | 246.76º | 0.69% | 0.86% | - |
| XYZ | 18.6 | 11.18 | 68.2 | - |
| YUV | 90.3 | 200.63 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 219 | 0.61 | 0.69 | 0 | 0.14 | 246.76 | 0.68 | 0.56 |
| Hex | 55 | 44 | DB | 3D | 45 | 0 | E | F7 | 44 | 38 |
| Octal | 125 | 104 | 333 | 75 | 105 | 0 | 16 | 367 | 104 | 70 |
| Binary | 1010101 | 1000100 | 11011011 | 111101 | 1000101 | 0 | 1110 | 11110111 | 1000100 | 111000 |
Color Harmonies of #5544DB
Complementary color
Monochromatic Colors of #5544DB
Black with #5544DB
Text Example
Text Example
White with #5544DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5544DB; }
p { color: rgb(85,68,219); }
H1.HeaderClassName
{
color: #5544DB;
}
.AnyTagClassName
{
color: #5544DB;
}
</style>
background-color css
<style>
a { background-color: #5544DB; }
a { background-color: rgb(85,68,219); }
div.DivClassName
{
background-color: #5544DB;
}
.BgClassName
{
background-color: #5544DB;
}
</style>
border-color css
<style>
span { border-color: #5544DB; }
span { border-color: rgb(85,68,219); }
td.TdClassName
{
border-color: #5544DB;
}
.TagClassName
{
border-color: #5544DB;
}
</style>