Shades of Slate Blue #5950DD
Tints of Slate Blue #5950DD
RGB
CMYK
RGB Variations
Color information
#5950DD (or 0x5950DD) is known color: Slate Blue. HEX triplet: 59, 50 and DD. RGB value is (89,80,221). Sum of RGB (Red+Green+Blue) = 89+80+221=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #5950DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950DD is #A6AF22. Grayscale: #626262. Windows color (decimal): -10923811 or 14504025. OLE color: 14504025.
HSL color Cylindrical-coordinate representation of color #5950DD: hue angle of 243.83º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5950DD is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 80 | 221 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.13 |
| HSL | 243.83º | 0.67% | 0.59% | - |
| HSV(B) | 243.83º | 0.64% | 0.87% | - |
| XYZ | 20.04 | 13.08 | 69.88 | - |
| YUV | 98.77 | 196.98 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 221 | 0.60 | 0.64 | 0 | 0.13 | 243.83 | 0.67 | 0.59 |
| Hex | 59 | 50 | DD | 3C | 40 | 0 | D | F4 | 43 | 3B |
| Octal | 131 | 120 | 335 | 74 | 100 | 0 | 15 | 364 | 103 | 73 |
| Binary | 1011001 | 1010000 | 11011101 | 111100 | 1000000 | 0 | 1101 | 11110100 | 1000011 | 111011 |
Color Harmonies of #5950DD
Complementary color
Monochromatic Colors of #5950DD
Black with #5950DD
Text Example
Text Example
White with #5950DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5950DD; }
p { color: rgb(89,80,221); }
H1.HeaderClassName
{
color: #5950DD;
}
.AnyTagClassName
{
color: #5950DD;
}
</style>
background-color css
<style>
a { background-color: #5950DD; }
a { background-color: rgb(89,80,221); }
div.DivClassName
{
background-color: #5950DD;
}
.BgClassName
{
background-color: #5950DD;
}
</style>
border-color css
<style>
span { border-color: #5950DD; }
span { border-color: rgb(89,80,221); }
td.TdClassName
{
border-color: #5950DD;
}
.TagClassName
{
border-color: #5950DD;
}
</style>