Shades of Slate Blue #5846DC
Tints of Slate Blue #5846DC
RGB
CMYK
RGB Variations
Color information
#5846DC (or 0x5846DC) is known color: Slate Blue. HEX triplet: 58, 46 and DC. RGB value is (88,70,220). Sum of RGB (Red+Green+Blue) = 88+70+220=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #5846DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5846DC is #A7B923. Grayscale: #5B5B5B. Windows color (decimal): -10991908 or 14435928. OLE color: 14435928.
HSL color Cylindrical-coordinate representation of color #5846DC: hue angle of 247.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5846DC is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 70 | 220 | - |
| CMYK | 0.6 | 0.68 | 0 | 0.14 |
| HSL | 247.2º | 0.68% | 0.57% | - |
| HSV(B) | 247.2º | 0.68% | 0.86% | - |
| XYZ | 19.13 | 11.62 | 68.95 | - |
| YUV | 92.48 | 199.96 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 220 | 0.6 | 0.68 | 0 | 0.14 | 247.2 | 0.68 | 0.57 |
| Hex | 58 | 46 | DC | 3C | 44 | 0 | E | F7 | 44 | 39 |
| Octal | 130 | 106 | 334 | 74 | 104 | 0 | 16 | 367 | 104 | 71 |
| Binary | 1011000 | 1000110 | 11011100 | 111100 | 1000100 | 0 | 1110 | 11110111 | 1000100 | 111001 |
Color Harmonies of #5846DC
Complementary color
Monochromatic Colors of #5846DC
Black with #5846DC
Text Example
Text Example
White with #5846DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5846DC; }
p { color: rgb(88,70,220); }
H1.HeaderClassName
{
color: #5846DC;
}
.AnyTagClassName
{
color: #5846DC;
}
</style>
background-color css
<style>
a { background-color: #5846DC; }
a { background-color: rgb(88,70,220); }
div.DivClassName
{
background-color: #5846DC;
}
.BgClassName
{
background-color: #5846DC;
}
</style>
border-color css
<style>
span { border-color: #5846DC; }
span { border-color: rgb(88,70,220); }
td.TdClassName
{
border-color: #5846DC;
}
.TagClassName
{
border-color: #5846DC;
}
</style>