Shades of Rich Blue #5965AE
Tints of Rich Blue #5965AE
RGB
CMYK
RGB Variations
Color information
#5965AE (or 0x5965AE) is known color: Rich Blue. HEX triplet: 59, 65 and AE. RGB value is (89,101,174). Sum of RGB (Red+Green+Blue) = 89+101+174=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #5965AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5965AE is #A69A51. Grayscale: #696969. Windows color (decimal): -10918482 or 11429209. OLE color: 11429209.
HSL color Cylindrical-coordinate representation of color #5965AE: hue angle of 231.53º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5965AE is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 101 | 174 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.32 |
| HSL | 231.53º | 0.34% | 0.52% | - |
| HSV(B) | 231.53º | 0.49% | 0.68% | - |
| XYZ | 16.41 | 14.49 | 41.98 | - |
| YUV | 105.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 174 | 0.49 | 0.42 | 0 | 0.32 | 231.53 | 0.34 | 0.52 |
| Hex | 59 | 65 | AE | 31 | 2A | 0 | 20 | E8 | 22 | 34 |
| Octal | 131 | 145 | 256 | 61 | 52 | 0 | 40 | 350 | 42 | 64 |
| Binary | 1011001 | 1100101 | 10101110 | 110001 | 101010 | 0 | 100000 | 11101000 | 100010 | 110100 |
Color Harmonies of #5965AE
Complementary color
Monochromatic Colors of #5965AE
Black with #5965AE
Text Example
Text Example
White with #5965AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5965AE; }
p { color: rgb(89,101,174); }
H1.HeaderClassName
{
color: #5965AE;
}
.AnyTagClassName
{
color: #5965AE;
}
</style>
background-color css
<style>
a { background-color: #5965AE; }
a { background-color: rgb(89,101,174); }
div.DivClassName
{
background-color: #5965AE;
}
.BgClassName
{
background-color: #5965AE;
}
</style>
border-color css
<style>
span { border-color: #5965AE; }
span { border-color: rgb(89,101,174); }
td.TdClassName
{
border-color: #5965AE;
}
.TagClassName
{
border-color: #5965AE;
}
</style>