Shades of Rich Blue #5961AF
Tints of Rich Blue #5961AF
RGB
CMYK
RGB Variations
Color information
#5961AF (or 0x5961AF) is known color: Rich Blue. HEX triplet: 59, 61 and AF. RGB value is (89,97,175). Sum of RGB (Red+Green+Blue) = 89+97+175=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #5961AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5961AF is #A69E50. Grayscale: #676767. Windows color (decimal): -10919505 or 11493721. OLE color: 11493721.
HSL color Cylindrical-coordinate representation of color #5961AF: hue angle of 234.42º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5961AF is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 97 | 175 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.31 |
| HSL | 234.42º | 0.35% | 0.52% | - |
| HSV(B) | 234.42º | 0.49% | 0.69% | - |
| XYZ | 16.13 | 13.77 | 42.36 | - |
| YUV | 103.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 175 | 0.49 | 0.45 | 0 | 0.31 | 234.42 | 0.35 | 0.52 |
| Hex | 59 | 61 | AF | 31 | 2D | 0 | 1F | EA | 23 | 34 |
| Octal | 131 | 141 | 257 | 61 | 55 | 0 | 37 | 352 | 43 | 64 |
| Binary | 1011001 | 1100001 | 10101111 | 110001 | 101101 | 0 | 11111 | 11101010 | 100011 | 110100 |
Color Harmonies of #5961AF
Complementary color
Monochromatic Colors of #5961AF
Black with #5961AF
Text Example
Text Example
White with #5961AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5961AF; }
p { color: rgb(89,97,175); }
H1.HeaderClassName
{
color: #5961AF;
}
.AnyTagClassName
{
color: #5961AF;
}
</style>
background-color css
<style>
a { background-color: #5961AF; }
a { background-color: rgb(89,97,175); }
div.DivClassName
{
background-color: #5961AF;
}
.BgClassName
{
background-color: #5961AF;
}
</style>
border-color css
<style>
span { border-color: #5961AF; }
span { border-color: rgb(89,97,175); }
td.TdClassName
{
border-color: #5961AF;
}
.TagClassName
{
border-color: #5961AF;
}
</style>