Shades of Rich Blue #5965AB
Tints of Rich Blue #5965AB
RGB
CMYK
RGB Variations
Color information
#5965AB (or 0x5965AB) is known color: Rich Blue. HEX triplet: 59, 65 and AB. RGB value is (89,101,171). Sum of RGB (Red+Green+Blue) = 89+101+171=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #5965AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5965AB is #A69A54. Grayscale: #696969. Windows color (decimal): -10918485 or 11232601. OLE color: 11232601.
HSL color Cylindrical-coordinate representation of color #5965AB: hue angle of 231.22º 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 #5965AB is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 101 | 171 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.33 |
| HSL | 231.22º | 0.33% | 0.51% | - |
| HSV(B) | 231.22º | 0.48% | 0.67% | - |
| XYZ | 16.12 | 14.37 | 40.45 | - |
| YUV | 105.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 171 | 0.48 | 0.41 | 0 | 0.33 | 231.22 | 0.33 | 0.51 |
| Hex | 59 | 65 | AB | 30 | 29 | 0 | 21 | E7 | 21 | 33 |
| Octal | 131 | 145 | 253 | 60 | 51 | 0 | 41 | 347 | 41 | 63 |
| Binary | 1011001 | 1100101 | 10101011 | 110000 | 101001 | 0 | 100001 | 11100111 | 100001 | 110011 |
Color Harmonies of #5965AB
Complementary color
Monochromatic Colors of #5965AB
Black with #5965AB
Text Example
Text Example
White with #5965AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5965AB; }
p { color: rgb(89,101,171); }
H1.HeaderClassName
{
color: #5965AB;
}
.AnyTagClassName
{
color: #5965AB;
}
</style>
background-color css
<style>
a { background-color: #5965AB; }
a { background-color: rgb(89,101,171); }
div.DivClassName
{
background-color: #5965AB;
}
.BgClassName
{
background-color: #5965AB;
}
</style>
border-color css
<style>
span { border-color: #5965AB; }
span { border-color: rgb(89,101,171); }
td.TdClassName
{
border-color: #5965AB;
}
.TagClassName
{
border-color: #5965AB;
}
</style>