Shades of Slate Blue #5950DA
Tints of Slate Blue #5950DA
RGB
CMYK
RGB Variations
Color information
#5950DA (or 0x5950DA) is known color: Slate Blue. HEX triplet: 59, 50 and DA. RGB value is (89,80,218). Sum of RGB (Red+Green+Blue) = 89+80+218=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #5950DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950DA is #A6AF25. Grayscale: #616161. Windows color (decimal): -10923814 or 14307417. OLE color: 14307417.
HSL color Cylindrical-coordinate representation of color #5950DA: hue angle of 243.91º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5950DA is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 80 | 218 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.15 |
| HSL | 243.91º | 0.65% | 0.58% | - |
| HSV(B) | 243.91º | 0.63% | 0.85% | - |
| XYZ | 19.64 | 12.92 | 67.79 | - |
| YUV | 98.42 | 195.48 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 218 | 0.59 | 0.63 | 0 | 0.15 | 243.91 | 0.65 | 0.58 |
| Hex | 59 | 50 | DA | 3B | 3F | 0 | F | F4 | 41 | 3A |
| Octal | 131 | 120 | 332 | 73 | 77 | 0 | 17 | 364 | 101 | 72 |
| Binary | 1011001 | 1010000 | 11011010 | 111011 | 111111 | 0 | 1111 | 11110100 | 1000001 | 111010 |
Color Harmonies of #5950DA
Complementary color
Monochromatic Colors of #5950DA
Black with #5950DA
Text Example
Text Example
White with #5950DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5950DA; }
p { color: rgb(89,80,218); }
H1.HeaderClassName
{
color: #5950DA;
}
.AnyTagClassName
{
color: #5950DA;
}
</style>
background-color css
<style>
a { background-color: #5950DA; }
a { background-color: rgb(89,80,218); }
div.DivClassName
{
background-color: #5950DA;
}
.BgClassName
{
background-color: #5950DA;
}
</style>
border-color css
<style>
span { border-color: #5950DA; }
span { border-color: rgb(89,80,218); }
td.TdClassName
{
border-color: #5950DA;
}
.TagClassName
{
border-color: #5950DA;
}
</style>