Shades of Slate Blue #5459DB
Tints of Slate Blue #5459DB
RGB
CMYK
RGB Variations
Color information
#5459DB (or 0x5459DB) is known color: Slate Blue. HEX triplet: 54, 59 and DB. RGB value is (84,89,219). Sum of RGB (Red+Green+Blue) = 84+89+219=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #5459DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459DB is #ABA624. Grayscale: #656565. Windows color (decimal): -11249189 or 14375252. OLE color: 14375252.
HSL color Cylindrical-coordinate representation of color #5459DB: hue angle of 237.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5459DB is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 89 | 219 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.14 |
| HSL | 237.78º | 0.65% | 0.59% | - |
| HSV(B) | 237.78º | 0.62% | 0.86% | - |
| XYZ | 20.01 | 14.14 | 68.69 | - |
| YUV | 102.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 219 | 0.62 | 0.59 | 0 | 0.14 | 237.78 | 0.65 | 0.59 |
| Hex | 54 | 59 | DB | 3E | 3B | 0 | E | EE | 41 | 3B |
| Octal | 124 | 131 | 333 | 76 | 73 | 0 | 16 | 356 | 101 | 73 |
| Binary | 1010100 | 1011001 | 11011011 | 111110 | 111011 | 0 | 1110 | 11101110 | 1000001 | 111011 |
Color Harmonies of #5459DB
Complementary color
Monochromatic Colors of #5459DB
Black with #5459DB
Text Example
Text Example
White with #5459DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459DB; }
p { color: rgb(84,89,219); }
H1.HeaderClassName
{
color: #5459DB;
}
.AnyTagClassName
{
color: #5459DB;
}
</style>
background-color css
<style>
a { background-color: #5459DB; }
a { background-color: rgb(84,89,219); }
div.DivClassName
{
background-color: #5459DB;
}
.BgClassName
{
background-color: #5459DB;
}
</style>
border-color css
<style>
span { border-color: #5459DB; }
span { border-color: rgb(84,89,219); }
td.TdClassName
{
border-color: #5459DB;
}
.TagClassName
{
border-color: #5459DB;
}
</style>