Shades of Rich Blue #515EAC
Tints of Rich Blue #515EAC
RGB
CMYK
RGB Variations
Color information
#515EAC (or 0x515EAC) is known color: Rich Blue. HEX triplet: 51, 5E and AC. RGB value is (81,94,172). Sum of RGB (Red+Green+Blue) = 81+94+172=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #515EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515EAC is #AEA153. Grayscale: #626262. Windows color (decimal): -11444564 or 11296337. OLE color: 11296337.
HSL color Cylindrical-coordinate representation of color #515EAC: hue angle of 231.43º 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 #515EAC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 94 | 172 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.33 |
| HSL | 231.43º | 0.36% | 0.5% | - |
| HSV(B) | 231.43º | 0.53% | 0.67% | - |
| XYZ | 14.84 | 12.73 | 40.71 | - |
| YUV | 99.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 172 | 0.53 | 0.45 | 0 | 0.33 | 231.43 | 0.36 | 0.5 |
| Hex | 51 | 5E | AC | 35 | 2D | 0 | 21 | E7 | 24 | 32 |
| Octal | 121 | 136 | 254 | 65 | 55 | 0 | 41 | 347 | 44 | 62 |
| Binary | 1010001 | 1011110 | 10101100 | 110101 | 101101 | 0 | 100001 | 11100111 | 100100 | 110010 |
Color Harmonies of #515EAC
Complementary color
Monochromatic Colors of #515EAC
Black with #515EAC
Text Example
Text Example
White with #515EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515EAC; }
p { color: rgb(81,94,172); }
H1.HeaderClassName
{
color: #515EAC;
}
.AnyTagClassName
{
color: #515EAC;
}
</style>
background-color css
<style>
a { background-color: #515EAC; }
a { background-color: rgb(81,94,172); }
div.DivClassName
{
background-color: #515EAC;
}
.BgClassName
{
background-color: #515EAC;
}
</style>
border-color css
<style>
span { border-color: #515EAC; }
span { border-color: rgb(81,94,172); }
td.TdClassName
{
border-color: #515EAC;
}
.TagClassName
{
border-color: #515EAC;
}
</style>