Shades of Rich Blue #5962AB
Tints of Rich Blue #5962AB
RGB
CMYK
RGB Variations
Color information
#5962AB (or 0x5962AB) is known color: Rich Blue. HEX triplet: 59, 62 and AB. RGB value is (89,98,171). Sum of RGB (Red+Green+Blue) = 89+98+171=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #5962AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5962AB is #A69D54. Grayscale: #676767. Windows color (decimal): -10919253 or 11231833. OLE color: 11231833.
HSL color Cylindrical-coordinate representation of color #5962AB: hue angle of 233.41º 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 #5962AB is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 98 | 171 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.33 |
| HSL | 233.41º | 0.33% | 0.51% | - |
| HSV(B) | 233.41º | 0.48% | 0.67% | - |
| XYZ | 15.84 | 13.8 | 40.36 | - |
| YUV | 103.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 171 | 0.48 | 0.43 | 0 | 0.33 | 233.41 | 0.33 | 0.51 |
| Hex | 59 | 62 | AB | 30 | 2B | 0 | 21 | E9 | 21 | 33 |
| Octal | 131 | 142 | 253 | 60 | 53 | 0 | 41 | 351 | 41 | 63 |
| Binary | 1011001 | 1100010 | 10101011 | 110000 | 101011 | 0 | 100001 | 11101001 | 100001 | 110011 |
Color Harmonies of #5962AB
Complementary color
Monochromatic Colors of #5962AB
Black with #5962AB
Text Example
Text Example
White with #5962AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5962AB; }
p { color: rgb(89,98,171); }
H1.HeaderClassName
{
color: #5962AB;
}
.AnyTagClassName
{
color: #5962AB;
}
</style>
background-color css
<style>
a { background-color: #5962AB; }
a { background-color: rgb(89,98,171); }
div.DivClassName
{
background-color: #5962AB;
}
.BgClassName
{
background-color: #5962AB;
}
</style>
border-color css
<style>
span { border-color: #5962AB; }
span { border-color: rgb(89,98,171); }
td.TdClassName
{
border-color: #5962AB;
}
.TagClassName
{
border-color: #5962AB;
}
</style>