Shades of Rich Blue #5960A2
Tints of Rich Blue #5960A2
RGB
CMYK
RGB Variations
Color information
#5960A2 (or 0x5960A2) is known color: Rich Blue. HEX triplet: 59, 60 and A2. RGB value is (89,96,162). Sum of RGB (Red+Green+Blue) = 89+96+162=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #5960A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5960A2 is #A69F5D. Grayscale: #656565. Windows color (decimal): -10919774 or 10641497. OLE color: 10641497.
HSL color Cylindrical-coordinate representation of color #5960A2: hue angle of 234.25º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5960A2 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 96 | 162 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.36 |
| HSL | 234.25º | 0.29% | 0.49% | - |
| HSV(B) | 234.25º | 0.45% | 0.64% | - |
| XYZ | 14.82 | 13.1 | 35.93 | - |
| YUV | 101.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 162 | 0.45 | 0.41 | 0 | 0.36 | 234.25 | 0.29 | 0.49 |
| Hex | 59 | 60 | A2 | 2D | 29 | 0 | 24 | EA | 1D | 31 |
| Octal | 131 | 140 | 242 | 55 | 51 | 0 | 44 | 352 | 35 | 61 |
| Binary | 1011001 | 1100000 | 10100010 | 101101 | 101001 | 0 | 100100 | 11101010 | 11101 | 110001 |
Color Harmonies of #5960A2
Complementary color
Monochromatic Colors of #5960A2
Black with #5960A2
Text Example
Text Example
White with #5960A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5960A2; }
p { color: rgb(89,96,162); }
H1.HeaderClassName
{
color: #5960A2;
}
.AnyTagClassName
{
color: #5960A2;
}
</style>
background-color css
<style>
a { background-color: #5960A2; }
a { background-color: rgb(89,96,162); }
div.DivClassName
{
background-color: #5960A2;
}
.BgClassName
{
background-color: #5960A2;
}
</style>
border-color css
<style>
span { border-color: #5960A2; }
span { border-color: rgb(89,96,162); }
td.TdClassName
{
border-color: #5960A2;
}
.TagClassName
{
border-color: #5960A2;
}
</style>