Shades of Rich Blue #5960AC
Tints of Rich Blue #5960AC
RGB
CMYK
RGB Variations
Color information
#5960AC (or 0x5960AC) is known color: Rich Blue. HEX triplet: 59, 60 and AC. RGB value is (89,96,172). Sum of RGB (Red+Green+Blue) = 89+96+172=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #5960AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5960AC is #A69F53. Grayscale: #666666. Windows color (decimal): -10919764 or 11296857. OLE color: 11296857.
HSL color Cylindrical-coordinate representation of color #5960AC: hue angle of 234.94º 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 #5960AC is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 96 | 172 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.33 |
| HSL | 234.94º | 0.33% | 0.51% | - |
| HSV(B) | 234.94º | 0.48% | 0.67% | - |
| XYZ | 15.75 | 13.47 | 40.8 | - |
| YUV | 102.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 172 | 0.48 | 0.44 | 0 | 0.33 | 234.94 | 0.33 | 0.51 |
| Hex | 59 | 60 | AC | 30 | 2C | 0 | 21 | EB | 21 | 33 |
| Octal | 131 | 140 | 254 | 60 | 54 | 0 | 41 | 353 | 41 | 63 |
| Binary | 1011001 | 1100000 | 10101100 | 110000 | 101100 | 0 | 100001 | 11101011 | 100001 | 110011 |
Color Harmonies of #5960AC
Complementary color
Monochromatic Colors of #5960AC
Black with #5960AC
Text Example
Text Example
White with #5960AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5960AC; }
p { color: rgb(89,96,172); }
H1.HeaderClassName
{
color: #5960AC;
}
.AnyTagClassName
{
color: #5960AC;
}
</style>
background-color css
<style>
a { background-color: #5960AC; }
a { background-color: rgb(89,96,172); }
div.DivClassName
{
background-color: #5960AC;
}
.BgClassName
{
background-color: #5960AC;
}
</style>
border-color css
<style>
span { border-color: #5960AC; }
span { border-color: rgb(89,96,172); }
td.TdClassName
{
border-color: #5960AC;
}
.TagClassName
{
border-color: #5960AC;
}
</style>