Shades of Slate Blue #5849DC
Tints of Slate Blue #5849DC
RGB
CMYK
RGB Variations
Color information
#5849DC (or 0x5849DC) is known color: Slate Blue. HEX triplet: 58, 49 and DC. RGB value is (88,73,220). Sum of RGB (Red+Green+Blue) = 88+73+220=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #5849DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849DC is #A7B623. Grayscale: #5D5D5D. Windows color (decimal): -10991140 or 14436696. OLE color: 14436696.
HSL color Cylindrical-coordinate representation of color #5849DC: hue angle of 246.12º degrees, saturation: 0.68, 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 #5849DC is Cyan = 0.6, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 73 | 220 | - |
| CMYK | 0.6 | 0.67 | 0 | 0.14 |
| HSL | 246.12º | 0.68% | 0.57% | - |
| HSV(B) | 246.12º | 0.67% | 0.86% | - |
| XYZ | 19.33 | 12.01 | 69.01 | - |
| YUV | 94.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 220 | 0.6 | 0.67 | 0 | 0.14 | 246.12 | 0.68 | 0.57 |
| Hex | 58 | 49 | DC | 3C | 43 | 0 | E | F6 | 44 | 39 |
| Octal | 130 | 111 | 334 | 74 | 103 | 0 | 16 | 366 | 104 | 71 |
| Binary | 1011000 | 1001001 | 11011100 | 111100 | 1000011 | 0 | 1110 | 11110110 | 1000100 | 111001 |
Color Harmonies of #5849DC
Complementary color
Monochromatic Colors of #5849DC
Black with #5849DC
Text Example
Text Example
White with #5849DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5849DC; }
p { color: rgb(88,73,220); }
H1.HeaderClassName
{
color: #5849DC;
}
.AnyTagClassName
{
color: #5849DC;
}
</style>
background-color css
<style>
a { background-color: #5849DC; }
a { background-color: rgb(88,73,220); }
div.DivClassName
{
background-color: #5849DC;
}
.BgClassName
{
background-color: #5849DC;
}
</style>
border-color css
<style>
span { border-color: #5849DC; }
span { border-color: rgb(88,73,220); }
td.TdClassName
{
border-color: #5849DC;
}
.TagClassName
{
border-color: #5849DC;
}
</style>