Shades of Slate Blue #5946DD
Tints of Slate Blue #5946DD
RGB
CMYK
RGB Variations
Color information
#5946DD (or 0x5946DD) is known color: Slate Blue. HEX triplet: 59, 46 and DD. RGB value is (89,70,221). Sum of RGB (Red+Green+Blue) = 89+70+221=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #5946DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5946DD is #A6B922. Grayscale: #5C5C5C. Windows color (decimal): -10926371 or 14501465. OLE color: 14501465.
HSL color Cylindrical-coordinate representation of color #5946DD: hue angle of 247.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5946DD is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 70 | 221 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.13 |
| HSL | 247.55º | 0.69% | 0.57% | - |
| HSV(B) | 247.55º | 0.68% | 0.87% | - |
| XYZ | 19.36 | 11.72 | 69.65 | - |
| YUV | 92.9 | 200.29 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 221 | 0.60 | 0.68 | 0 | 0.13 | 247.55 | 0.69 | 0.57 |
| Hex | 59 | 46 | DD | 3C | 44 | 0 | D | F8 | 45 | 39 |
| Octal | 131 | 106 | 335 | 74 | 104 | 0 | 15 | 370 | 105 | 71 |
| Binary | 1011001 | 1000110 | 11011101 | 111100 | 1000100 | 0 | 1101 | 11111000 | 1000101 | 111001 |
Color Harmonies of #5946DD
Complementary color
Monochromatic Colors of #5946DD
Black with #5946DD
Text Example
Text Example
White with #5946DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5946DD; }
p { color: rgb(89,70,221); }
H1.HeaderClassName
{
color: #5946DD;
}
.AnyTagClassName
{
color: #5946DD;
}
</style>
background-color css
<style>
a { background-color: #5946DD; }
a { background-color: rgb(89,70,221); }
div.DivClassName
{
background-color: #5946DD;
}
.BgClassName
{
background-color: #5946DD;
}
</style>
border-color css
<style>
span { border-color: #5946DD; }
span { border-color: rgb(89,70,221); }
td.TdClassName
{
border-color: #5946DD;
}
.TagClassName
{
border-color: #5946DD;
}
</style>