Shades of Slate Blue #5849DB
Tints of Slate Blue #5849DB
RGB
CMYK
RGB Variations
Color information
#5849DB (or 0x5849DB) is known color: Slate Blue. HEX triplet: 58, 49 and DB. RGB value is (88,73,219). Sum of RGB (Red+Green+Blue) = 88+73+219=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #5849DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849DB is #A7B624. Grayscale: #5D5D5D. Windows color (decimal): -10991141 or 14371160. OLE color: 14371160.
HSL color Cylindrical-coordinate representation of color #5849DB: hue angle of 246.16º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5849DB is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 73 | 219 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.14 |
| HSL | 246.16º | 0.67% | 0.57% | - |
| HSV(B) | 246.16º | 0.67% | 0.86% | - |
| XYZ | 19.19 | 11.95 | 68.31 | - |
| YUV | 94.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 219 | 0.60 | 0.67 | 0 | 0.14 | 246.16 | 0.67 | 0.57 |
| Hex | 58 | 49 | DB | 3C | 43 | 0 | E | F6 | 43 | 39 |
| Octal | 130 | 111 | 333 | 74 | 103 | 0 | 16 | 366 | 103 | 71 |
| Binary | 1011000 | 1001001 | 11011011 | 111100 | 1000011 | 0 | 1110 | 11110110 | 1000011 | 111001 |
Color Harmonies of #5849DB
Complementary color
Monochromatic Colors of #5849DB
Black with #5849DB
Text Example
Text Example
White with #5849DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5849DB; }
p { color: rgb(88,73,219); }
H1.HeaderClassName
{
color: #5849DB;
}
.AnyTagClassName
{
color: #5849DB;
}
</style>
background-color css
<style>
a { background-color: #5849DB; }
a { background-color: rgb(88,73,219); }
div.DivClassName
{
background-color: #5849DB;
}
.BgClassName
{
background-color: #5849DB;
}
</style>
border-color css
<style>
span { border-color: #5849DB; }
span { border-color: rgb(88,73,219); }
td.TdClassName
{
border-color: #5849DB;
}
.TagClassName
{
border-color: #5849DB;
}
</style>