Shades of Slate Blue #5841DD
Tints of Slate Blue #5841DD
RGB
CMYK
RGB Variations
Color information
#5841DD (or 0x5841DD) is known color: Slate Blue. HEX triplet: 58, 41 and DD. RGB value is (88,65,221). Sum of RGB (Red+Green+Blue) = 88+65+221=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #5841DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841DD is #A7BE22. Grayscale: #595959. Windows color (decimal): -10993187 or 14500184. OLE color: 14500184.
HSL color Cylindrical-coordinate representation of color #5841DD: hue angle of 248.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5841DD is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 65 | 221 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.13 |
| HSL | 248.85º | 0.7% | 0.56% | - |
| HSV(B) | 248.85º | 0.71% | 0.87% | - |
| XYZ | 18.97 | 11.08 | 69.54 | - |
| YUV | 89.66 | 202.12 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 221 | 0.60 | 0.71 | 0 | 0.13 | 248.85 | 0.7 | 0.56 |
| Hex | 58 | 41 | DD | 3C | 47 | 0 | D | F9 | 46 | 38 |
| Octal | 130 | 101 | 335 | 74 | 107 | 0 | 15 | 371 | 106 | 70 |
| Binary | 1011000 | 1000001 | 11011101 | 111100 | 1000111 | 0 | 1101 | 11111001 | 1000110 | 111000 |
Color Harmonies of #5841DD
Complementary color
Monochromatic Colors of #5841DD
Black with #5841DD
Text Example
Text Example
White with #5841DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5841DD; }
p { color: rgb(88,65,221); }
H1.HeaderClassName
{
color: #5841DD;
}
.AnyTagClassName
{
color: #5841DD;
}
</style>
background-color css
<style>
a { background-color: #5841DD; }
a { background-color: rgb(88,65,221); }
div.DivClassName
{
background-color: #5841DD;
}
.BgClassName
{
background-color: #5841DD;
}
</style>
border-color css
<style>
span { border-color: #5841DD; }
span { border-color: rgb(88,65,221); }
td.TdClassName
{
border-color: #5841DD;
}
.TagClassName
{
border-color: #5841DD;
}
</style>