Shades of Slate Blue #5949DD
Tints of Slate Blue #5949DD
RGB
CMYK
RGB Variations
Color information
#5949DD (or 0x5949DD) is known color: Slate Blue. HEX triplet: 59, 49 and DD. RGB value is (89,73,221). Sum of RGB (Red+Green+Blue) = 89+73+221=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #5949DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949DD is #A6B622. Grayscale: #5E5E5E. Windows color (decimal): -10925603 or 14502233. OLE color: 14502233.
HSL color Cylindrical-coordinate representation of color #5949DD: hue angle of 246.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5949DD is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 73 | 221 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.13 |
| HSL | 246.49º | 0.69% | 0.58% | - |
| HSV(B) | 246.49º | 0.67% | 0.87% | - |
| XYZ | 19.55 | 12.11 | 69.71 | - |
| YUV | 94.66 | 199.3 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 221 | 0.60 | 0.67 | 0 | 0.13 | 246.49 | 0.69 | 0.58 |
| Hex | 59 | 49 | DD | 3C | 43 | 0 | D | F6 | 45 | 3A |
| Octal | 131 | 111 | 335 | 74 | 103 | 0 | 15 | 366 | 105 | 72 |
| Binary | 1011001 | 1001001 | 11011101 | 111100 | 1000011 | 0 | 1101 | 11110110 | 1000101 | 111010 |
Color Harmonies of #5949DD
Complementary color
Monochromatic Colors of #5949DD
Black with #5949DD
Text Example
Text Example
White with #5949DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5949DD; }
p { color: rgb(89,73,221); }
H1.HeaderClassName
{
color: #5949DD;
}
.AnyTagClassName
{
color: #5949DD;
}
</style>
background-color css
<style>
a { background-color: #5949DD; }
a { background-color: rgb(89,73,221); }
div.DivClassName
{
background-color: #5949DD;
}
.BgClassName
{
background-color: #5949DD;
}
</style>
border-color css
<style>
span { border-color: #5949DD; }
span { border-color: rgb(89,73,221); }
td.TdClassName
{
border-color: #5949DD;
}
.TagClassName
{
border-color: #5949DD;
}
</style>