Shades of Slate Blue #5961D5
Tints of Slate Blue #5961D5
RGB
CMYK
RGB Variations
Color information
#5961D5 (or 0x5961D5) is known color: Slate Blue. HEX triplet: 59, 61 and D5. RGB value is (89,97,213). Sum of RGB (Red+Green+Blue) = 89+97+213=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #5961D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961D5 is #A69E2A. Grayscale: #6B6B6B. Windows color (decimal): -10919467 or 13984089. OLE color: 13984089.
HSL color Cylindrical-coordinate representation of color #5961D5: hue angle of 236.13º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5961D5 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 97 | 213 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.16 |
| HSL | 236.13º | 0.6% | 0.59% | - |
| HSV(B) | 236.13º | 0.58% | 0.84% | - |
| XYZ | 20.4 | 15.48 | 64.86 | - |
| YUV | 107.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 213 | 0.58 | 0.54 | 0 | 0.16 | 236.13 | 0.6 | 0.59 |
| Hex | 59 | 61 | D5 | 3A | 36 | 0 | 10 | EC | 3C | 3B |
| Octal | 131 | 141 | 325 | 72 | 66 | 0 | 20 | 354 | 74 | 73 |
| Binary | 1011001 | 1100001 | 11010101 | 111010 | 110110 | 0 | 10000 | 11101100 | 111100 | 111011 |
Color Harmonies of #5961D5
Complementary color
Monochromatic Colors of #5961D5
Black with #5961D5
Text Example
Text Example
White with #5961D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5961D5; }
p { color: rgb(89,97,213); }
H1.HeaderClassName
{
color: #5961D5;
}
.AnyTagClassName
{
color: #5961D5;
}
</style>
background-color css
<style>
a { background-color: #5961D5; }
a { background-color: rgb(89,97,213); }
div.DivClassName
{
background-color: #5961D5;
}
.BgClassName
{
background-color: #5961D5;
}
</style>
border-color css
<style>
span { border-color: #5961D5; }
span { border-color: rgb(89,97,213); }
td.TdClassName
{
border-color: #5961D5;
}
.TagClassName
{
border-color: #5961D5;
}
</style>