Shades of Rich Blue #515FAC
Tints of Rich Blue #515FAC
RGB
CMYK
RGB Variations
Color information
#515FAC (or 0x515FAC) is known color: Rich Blue. HEX triplet: 51, 5F and AC. RGB value is (81,95,172). Sum of RGB (Red+Green+Blue) = 81+95+172=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #515FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515FAC is #AEA053. Grayscale: #636363. Windows color (decimal): -11444308 or 11296593. OLE color: 11296593.
HSL color Cylindrical-coordinate representation of color #515FAC: hue angle of 230.77º 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 #515FAC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 95 | 172 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.33 |
| HSL | 230.77º | 0.36% | 0.5% | - |
| HSV(B) | 230.77º | 0.53% | 0.67% | - |
| XYZ | 14.93 | 12.91 | 40.74 | - |
| YUV | 99.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 172 | 0.53 | 0.45 | 0 | 0.33 | 230.77 | 0.36 | 0.5 |
| Hex | 51 | 5F | AC | 35 | 2D | 0 | 21 | E7 | 24 | 32 |
| Octal | 121 | 137 | 254 | 65 | 55 | 0 | 41 | 347 | 44 | 62 |
| Binary | 1010001 | 1011111 | 10101100 | 110101 | 101101 | 0 | 100001 | 11100111 | 100100 | 110010 |
Color Harmonies of #515FAC
Complementary color
Monochromatic Colors of #515FAC
Black with #515FAC
Text Example
Text Example
White with #515FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515FAC; }
p { color: rgb(81,95,172); }
H1.HeaderClassName
{
color: #515FAC;
}
.AnyTagClassName
{
color: #515FAC;
}
</style>
background-color css
<style>
a { background-color: #515FAC; }
a { background-color: rgb(81,95,172); }
div.DivClassName
{
background-color: #515FAC;
}
.BgClassName
{
background-color: #515FAC;
}
</style>
border-color css
<style>
span { border-color: #515FAC; }
span { border-color: rgb(81,95,172); }
td.TdClassName
{
border-color: #515FAC;
}
.TagClassName
{
border-color: #515FAC;
}
</style>