Shades of Rich Blue #5951AC
Tints of Rich Blue #5951AC
RGB
CMYK
RGB Variations
Color information
#5951AC (or 0x5951AC) is known color: Rich Blue. HEX triplet: 59, 51 and AC. RGB value is (89,81,172). Sum of RGB (Red+Green+Blue) = 89+81+172=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #5951AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5951AC is #A6AE53. Grayscale: #5D5D5D. Windows color (decimal): -10923604 or 11293017. OLE color: 11293017.
HSL color Cylindrical-coordinate representation of color #5951AC: hue angle of 245.27º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5951AC is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 81 | 172 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.33 |
| HSL | 245.27º | 0.36% | 0.5% | - |
| HSV(B) | 245.27º | 0.53% | 0.67% | - |
| XYZ | 14.51 | 10.99 | 40.39 | - |
| YUV | 93.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 172 | 0.48 | 0.53 | 0 | 0.33 | 245.27 | 0.36 | 0.5 |
| Hex | 59 | 51 | AC | 30 | 35 | 0 | 21 | F5 | 24 | 32 |
| Octal | 131 | 121 | 254 | 60 | 65 | 0 | 41 | 365 | 44 | 62 |
| Binary | 1011001 | 1010001 | 10101100 | 110000 | 110101 | 0 | 100001 | 11110101 | 100100 | 110010 |
Color Harmonies of #5951AC
Complementary color
Monochromatic Colors of #5951AC
Black with #5951AC
Text Example
Text Example
White with #5951AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5951AC; }
p { color: rgb(89,81,172); }
H1.HeaderClassName
{
color: #5951AC;
}
.AnyTagClassName
{
color: #5951AC;
}
</style>
background-color css
<style>
a { background-color: #5951AC; }
a { background-color: rgb(89,81,172); }
div.DivClassName
{
background-color: #5951AC;
}
.BgClassName
{
background-color: #5951AC;
}
</style>
border-color css
<style>
span { border-color: #5951AC; }
span { border-color: rgb(89,81,172); }
td.TdClassName
{
border-color: #5951AC;
}
.TagClassName
{
border-color: #5951AC;
}
</style>