Shades of Rich Blue #5960AB
Tints of Rich Blue #5960AB
RGB
CMYK
RGB Variations
Color information
#5960AB (or 0x5960AB) is known color: Rich Blue. HEX triplet: 59, 60 and AB. RGB value is (89,96,171). Sum of RGB (Red+Green+Blue) = 89+96+171=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5960AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5960AB is #A69F54. Grayscale: #666666. Windows color (decimal): -10919765 or 11231321. OLE color: 11231321.
HSL color Cylindrical-coordinate representation of color #5960AB: hue angle of 234.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5960AB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 96 | 171 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.33 |
| HSL | 234.88º | 0.33% | 0.51% | - |
| HSV(B) | 234.88º | 0.48% | 0.67% | - |
| XYZ | 15.65 | 13.43 | 40.3 | - |
| YUV | 102.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 171 | 0.48 | 0.44 | 0 | 0.33 | 234.88 | 0.33 | 0.51 |
| Hex | 59 | 60 | AB | 30 | 2C | 0 | 21 | EB | 21 | 33 |
| Octal | 131 | 140 | 253 | 60 | 54 | 0 | 41 | 353 | 41 | 63 |
| Binary | 1011001 | 1100000 | 10101011 | 110000 | 101100 | 0 | 100001 | 11101011 | 100001 | 110011 |
Color Harmonies of #5960AB
Complementary color
Monochromatic Colors of #5960AB
Black with #5960AB
Text Example
Text Example
White with #5960AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5960AB; }
p { color: rgb(89,96,171); }
H1.HeaderClassName
{
color: #5960AB;
}
.AnyTagClassName
{
color: #5960AB;
}
</style>
background-color css
<style>
a { background-color: #5960AB; }
a { background-color: rgb(89,96,171); }
div.DivClassName
{
background-color: #5960AB;
}
.BgClassName
{
background-color: #5960AB;
}
</style>
border-color css
<style>
span { border-color: #5960AB; }
span { border-color: rgb(89,96,171); }
td.TdClassName
{
border-color: #5960AB;
}
.TagClassName
{
border-color: #5960AB;
}
</style>