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