Shades of Slate Blue #5458DB
Tints of Slate Blue #5458DB
RGB
CMYK
RGB Variations
Color information
#5458DB (or 0x5458DB) is known color: Slate Blue. HEX triplet: 54, 58 and DB. RGB value is (84,88,219). Sum of RGB (Red+Green+Blue) = 84+88+219=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #5458DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5458DB is #ABA724. Grayscale: #656565. Windows color (decimal): -11249445 or 14374996. OLE color: 14374996.
HSL color Cylindrical-coordinate representation of color #5458DB: hue angle of 238.22º 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 #5458DB is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 88 | 219 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.14 |
| HSL | 238.22º | 0.65% | 0.59% | - |
| HSV(B) | 238.22º | 0.62% | 0.86% | - |
| XYZ | 19.93 | 13.98 | 68.67 | - |
| YUV | 101.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 219 | 0.62 | 0.60 | 0 | 0.14 | 238.22 | 0.65 | 0.59 |
| Hex | 54 | 58 | DB | 3E | 3C | 0 | E | EE | 41 | 3B |
| Octal | 124 | 130 | 333 | 76 | 74 | 0 | 16 | 356 | 101 | 73 |
| Binary | 1010100 | 1011000 | 11011011 | 111110 | 111100 | 0 | 1110 | 11101110 | 1000001 | 111011 |
Color Harmonies of #5458DB
Complementary color
Monochromatic Colors of #5458DB
Black with #5458DB
Text Example
Text Example
White with #5458DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5458DB; }
p { color: rgb(84,88,219); }
H1.HeaderClassName
{
color: #5458DB;
}
.AnyTagClassName
{
color: #5458DB;
}
</style>
background-color css
<style>
a { background-color: #5458DB; }
a { background-color: rgb(84,88,219); }
div.DivClassName
{
background-color: #5458DB;
}
.BgClassName
{
background-color: #5458DB;
}
</style>
border-color css
<style>
span { border-color: #5458DB; }
span { border-color: rgb(84,88,219); }
td.TdClassName
{
border-color: #5458DB;
}
.TagClassName
{
border-color: #5458DB;
}
</style>