Shades of Slate Blue #5459DC
Tints of Slate Blue #5459DC
RGB
CMYK
RGB Variations
Color information
#5459DC (or 0x5459DC) is known color: Slate Blue. HEX triplet: 54, 59 and DC. RGB value is (84,89,220). Sum of RGB (Red+Green+Blue) = 84+89+220=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #5459DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459DC is #ABA623. Grayscale: #656565. Windows color (decimal): -11249188 or 14440788. OLE color: 14440788.
HSL color Cylindrical-coordinate representation of color #5459DC: hue angle of 237.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5459DC is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 89 | 220 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.14 |
| HSL | 237.79º | 0.66% | 0.6% | - |
| HSV(B) | 237.79º | 0.62% | 0.86% | - |
| XYZ | 20.15 | 14.2 | 69.39 | - |
| YUV | 102.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 220 | 0.62 | 0.60 | 0 | 0.14 | 237.79 | 0.66 | 0.6 |
| Hex | 54 | 59 | DC | 3E | 3C | 0 | E | EE | 42 | 3C |
| Octal | 124 | 131 | 334 | 76 | 74 | 0 | 16 | 356 | 102 | 74 |
| Binary | 1010100 | 1011001 | 11011100 | 111110 | 111100 | 0 | 1110 | 11101110 | 1000010 | 111100 |
Color Harmonies of #5459DC
Complementary color
Monochromatic Colors of #5459DC
Black with #5459DC
Text Example
Text Example
White with #5459DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459DC; }
p { color: rgb(84,89,220); }
H1.HeaderClassName
{
color: #5459DC;
}
.AnyTagClassName
{
color: #5459DC;
}
</style>
background-color css
<style>
a { background-color: #5459DC; }
a { background-color: rgb(84,89,220); }
div.DivClassName
{
background-color: #5459DC;
}
.BgClassName
{
background-color: #5459DC;
}
</style>
border-color css
<style>
span { border-color: #5459DC; }
span { border-color: rgb(84,89,220); }
td.TdClassName
{
border-color: #5459DC;
}
.TagClassName
{
border-color: #5459DC;
}
</style>