Shades of Rich Blue #5962A7
Tints of Rich Blue #5962A7
RGB
CMYK
RGB Variations
Color information
#5962A7 (or 0x5962A7) is known color: Rich Blue. HEX triplet: 59, 62 and A7. RGB value is (89,98,167). Sum of RGB (Red+Green+Blue) = 89+98+167=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 167 - color contains mainly: blue. Hex color #5962A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5962A7 is #A69D58. Grayscale: #666666. Windows color (decimal): -10919257 or 10969689. OLE color: 10969689.
HSL color Cylindrical-coordinate representation of color #5962A7: hue angle of 233.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5962A7 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 98 | 167 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.35 |
| HSL | 233.08º | 0.31% | 0.5% | - |
| HSV(B) | 233.08º | 0.47% | 0.65% | - |
| XYZ | 15.46 | 13.65 | 38.38 | - |
| YUV | 103.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 167 | 0.47 | 0.41 | 0 | 0.35 | 233.08 | 0.31 | 0.5 |
| Hex | 59 | 62 | A7 | 2F | 29 | 0 | 23 | E9 | 1F | 32 |
| Octal | 131 | 142 | 247 | 57 | 51 | 0 | 43 | 351 | 37 | 62 |
| Binary | 1011001 | 1100010 | 10100111 | 101111 | 101001 | 0 | 100011 | 11101001 | 11111 | 110010 |
Color Harmonies of #5962A7
Complementary color
Monochromatic Colors of #5962A7
Black with #5962A7
Text Example
Text Example
White with #5962A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5962A7; }
p { color: rgb(89,98,167); }
H1.HeaderClassName
{
color: #5962A7;
}
.AnyTagClassName
{
color: #5962A7;
}
</style>
background-color css
<style>
a { background-color: #5962A7; }
a { background-color: rgb(89,98,167); }
div.DivClassName
{
background-color: #5962A7;
}
.BgClassName
{
background-color: #5962A7;
}
</style>
border-color css
<style>
span { border-color: #5962A7; }
span { border-color: rgb(89,98,167); }
td.TdClassName
{
border-color: #5962A7;
}
.TagClassName
{
border-color: #5962A7;
}
</style>