Shades of Rich Blue #5962B7
Tints of Rich Blue #5962B7
RGB
CMYK
RGB Variations
Color information
#5962B7 (or 0x5962B7) is known color: Rich Blue. HEX triplet: 59, 62 and B7. RGB value is (89,98,183). Sum of RGB (Red+Green+Blue) = 89+98+183=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #5962B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962B7 is #A69D48. Grayscale: #686868. Windows color (decimal): -10919241 or 12018265. OLE color: 12018265.
HSL color Cylindrical-coordinate representation of color #5962B7: hue angle of 234.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5962B7 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 98 | 183 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.28 |
| HSL | 234.26º | 0.39% | 0.53% | - |
| HSV(B) | 234.26º | 0.51% | 0.72% | - |
| XYZ | 17.03 | 14.28 | 46.66 | - |
| YUV | 105 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 183 | 0.51 | 0.46 | 0 | 0.28 | 234.26 | 0.39 | 0.53 |
| Hex | 59 | 62 | B7 | 33 | 2E | 0 | 1C | EA | 27 | 35 |
| Octal | 131 | 142 | 267 | 63 | 56 | 0 | 34 | 352 | 47 | 65 |
| Binary | 1011001 | 1100010 | 10110111 | 110011 | 101110 | 0 | 11100 | 11101010 | 100111 | 110101 |
Color Harmonies of #5962B7
Complementary color
Monochromatic Colors of #5962B7
Black with #5962B7
Text Example
Text Example
White with #5962B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5962B7; }
p { color: rgb(89,98,183); }
H1.HeaderClassName
{
color: #5962B7;
}
.AnyTagClassName
{
color: #5962B7;
}
</style>
background-color css
<style>
a { background-color: #5962B7; }
a { background-color: rgb(89,98,183); }
div.DivClassName
{
background-color: #5962B7;
}
.BgClassName
{
background-color: #5962B7;
}
</style>
border-color css
<style>
span { border-color: #5962B7; }
span { border-color: rgb(89,98,183); }
td.TdClassName
{
border-color: #5962B7;
}
.TagClassName
{
border-color: #5962B7;
}
</style>