Shades of Slate Blue #5950D4
Tints of Slate Blue #5950D4
RGB
CMYK
RGB Variations
Color information
#5950D4 (or 0x5950D4) is known color: Slate Blue. HEX triplet: 59, 50 and D4. RGB value is (89,80,212). Sum of RGB (Red+Green+Blue) = 89+80+212=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 212 (83.20% from 255 or 55.64% from 381); Max value from RGB is 212 - color contains mainly: blue. Hex color #5950D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950D4 is #A6AF2B. Grayscale: #616161. Windows color (decimal): -10923820 or 13914201. OLE color: 13914201.
HSL color Cylindrical-coordinate representation of color #5950D4: hue angle of 244.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5950D4 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 80 | 212 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.17 |
| HSL | 244.09º | 0.61% | 0.57% | - |
| HSV(B) | 244.09º | 0.62% | 0.83% | - |
| XYZ | 18.87 | 12.61 | 63.73 | - |
| YUV | 97.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 212 | 0.58 | 0.62 | 0 | 0.17 | 244.09 | 0.61 | 0.57 |
| Hex | 59 | 50 | D4 | 3A | 3E | 0 | 11 | F4 | 3D | 39 |
| Octal | 131 | 120 | 324 | 72 | 76 | 0 | 21 | 364 | 75 | 71 |
| Binary | 1011001 | 1010000 | 11010100 | 111010 | 111110 | 0 | 10001 | 11110100 | 111101 | 111001 |
Color Harmonies of #5950D4
Complementary color
Monochromatic Colors of #5950D4
Black with #5950D4
Text Example
Text Example
White with #5950D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5950D4; }
p { color: rgb(89,80,212); }
H1.HeaderClassName
{
color: #5950D4;
}
.AnyTagClassName
{
color: #5950D4;
}
</style>
background-color css
<style>
a { background-color: #5950D4; }
a { background-color: rgb(89,80,212); }
div.DivClassName
{
background-color: #5950D4;
}
.BgClassName
{
background-color: #5950D4;
}
</style>
border-color css
<style>
span { border-color: #5950D4; }
span { border-color: rgb(89,80,212); }
td.TdClassName
{
border-color: #5950D4;
}
.TagClassName
{
border-color: #5950D4;
}
</style>