Shades of Rich Blue #514CAC
Tints of Rich Blue #514CAC
RGB
CMYK
RGB Variations
Color information
#514CAC (or 0x514CAC) is known color: Rich Blue. HEX triplet: 51, 4C and AC. RGB value is (81,76,172). Sum of RGB (Red+Green+Blue) = 81+76+172=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #514CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514CAC is #AEB353. Grayscale: #585858. Windows color (decimal): -11449172 or 11291729. OLE color: 11291729.
HSL color Cylindrical-coordinate representation of color #514CAC: hue angle of 243.13º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #514CAC is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 76 | 172 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.33 |
| HSL | 243.13º | 0.39% | 0.49% | - |
| HSV(B) | 243.13º | 0.56% | 0.67% | - |
| XYZ | 13.42 | 9.9 | 40.23 | - |
| YUV | 88.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 172 | 0.53 | 0.56 | 0 | 0.33 | 243.13 | 0.39 | 0.49 |
| Hex | 51 | 4C | AC | 35 | 38 | 0 | 21 | F3 | 27 | 31 |
| Octal | 121 | 114 | 254 | 65 | 70 | 0 | 41 | 363 | 47 | 61 |
| Binary | 1010001 | 1001100 | 10101100 | 110101 | 111000 | 0 | 100001 | 11110011 | 100111 | 110001 |
Color Harmonies of #514CAC
Complementary color
Monochromatic Colors of #514CAC
Black with #514CAC
Text Example
Text Example
White with #514CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CAC; }
p { color: rgb(81,76,172); }
H1.HeaderClassName
{
color: #514CAC;
}
.AnyTagClassName
{
color: #514CAC;
}
</style>
background-color css
<style>
a { background-color: #514CAC; }
a { background-color: rgb(81,76,172); }
div.DivClassName
{
background-color: #514CAC;
}
.BgClassName
{
background-color: #514CAC;
}
</style>
border-color css
<style>
span { border-color: #514CAC; }
span { border-color: rgb(81,76,172); }
td.TdClassName
{
border-color: #514CAC;
}
.TagClassName
{
border-color: #514CAC;
}
</style>