Shades of Slate Blue #5842DD
Tints of Slate Blue #5842DD
RGB
CMYK
RGB Variations
Color information
#5842DD (or 0x5842DD) is known color: Slate Blue. HEX triplet: 58, 42 and DD. RGB value is (88,66,221). Sum of RGB (Red+Green+Blue) = 88+66+221=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #5842DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5842DD is #A7BD22. Grayscale: #595959. Windows color (decimal): -10992931 or 14500440. OLE color: 14500440.
HSL color Cylindrical-coordinate representation of color #5842DD: hue angle of 248.52º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5842DD is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 66 | 221 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.13 |
| HSL | 248.52º | 0.7% | 0.56% | - |
| HSV(B) | 248.52º | 0.7% | 0.87% | - |
| XYZ | 19.02 | 11.19 | 69.56 | - |
| YUV | 90.25 | 201.79 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 221 | 0.60 | 0.70 | 0 | 0.13 | 248.52 | 0.7 | 0.56 |
| Hex | 58 | 42 | DD | 3C | 46 | 0 | D | F9 | 46 | 38 |
| Octal | 130 | 102 | 335 | 74 | 106 | 0 | 15 | 371 | 106 | 70 |
| Binary | 1011000 | 1000010 | 11011101 | 111100 | 1000110 | 0 | 1101 | 11111001 | 1000110 | 111000 |
Color Harmonies of #5842DD
Complementary color
Monochromatic Colors of #5842DD
Black with #5842DD
Text Example
Text Example
White with #5842DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5842DD; }
p { color: rgb(88,66,221); }
H1.HeaderClassName
{
color: #5842DD;
}
.AnyTagClassName
{
color: #5842DD;
}
</style>
background-color css
<style>
a { background-color: #5842DD; }
a { background-color: rgb(88,66,221); }
div.DivClassName
{
background-color: #5842DD;
}
.BgClassName
{
background-color: #5842DD;
}
</style>
border-color css
<style>
span { border-color: #5842DD; }
span { border-color: rgb(88,66,221); }
td.TdClassName
{
border-color: #5842DD;
}
.TagClassName
{
border-color: #5842DD;
}
</style>