Shades of Slate Blue #5840DC
Tints of Slate Blue #5840DC
RGB
CMYK
RGB Variations
Color information
#5840DC (or 0x5840DC) is known color: Slate Blue. HEX triplet: 58, 40 and DC. RGB value is (88,64,220). Sum of RGB (Red+Green+Blue) = 88+64+220=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #5840DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5840DC is #A7BF23. Grayscale: #585858. Windows color (decimal): -10993444 or 14434392. OLE color: 14434392.
HSL color Cylindrical-coordinate representation of color #5840DC: hue angle of 249.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5840DC is Cyan = 0.6, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 64 | 220 | - |
| CMYK | 0.6 | 0.71 | 0 | 0.14 |
| HSL | 249.23º | 0.69% | 0.56% | - |
| HSV(B) | 249.23º | 0.71% | 0.86% | - |
| XYZ | 18.78 | 10.91 | 68.83 | - |
| YUV | 88.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 220 | 0.6 | 0.71 | 0 | 0.14 | 249.23 | 0.69 | 0.56 |
| Hex | 58 | 40 | DC | 3C | 47 | 0 | E | F9 | 45 | 38 |
| Octal | 130 | 100 | 334 | 74 | 107 | 0 | 16 | 371 | 105 | 70 |
| Binary | 1011000 | 1000000 | 11011100 | 111100 | 1000111 | 0 | 1110 | 11111001 | 1000101 | 111000 |
Color Harmonies of #5840DC
Complementary color
Monochromatic Colors of #5840DC
Black with #5840DC
Text Example
Text Example
White with #5840DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5840DC; }
p { color: rgb(88,64,220); }
H1.HeaderClassName
{
color: #5840DC;
}
.AnyTagClassName
{
color: #5840DC;
}
</style>
background-color css
<style>
a { background-color: #5840DC; }
a { background-color: rgb(88,64,220); }
div.DivClassName
{
background-color: #5840DC;
}
.BgClassName
{
background-color: #5840DC;
}
</style>
border-color css
<style>
span { border-color: #5840DC; }
span { border-color: rgb(88,64,220); }
td.TdClassName
{
border-color: #5840DC;
}
.TagClassName
{
border-color: #5840DC;
}
</style>