Shades of Rich Blue #514FAC
Tints of Rich Blue #514FAC
RGB
CMYK
RGB Variations
Color information
#514FAC (or 0x514FAC) is known color: Rich Blue. HEX triplet: 51, 4F and AC. RGB value is (81,79,172). Sum of RGB (Red+Green+Blue) = 81+79+172=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #514FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514FAC is #AEB053. Grayscale: #595959. Windows color (decimal): -11448404 or 11292497. OLE color: 11292497.
HSL color Cylindrical-coordinate representation of color #514FAC: hue angle of 241.29º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514FAC is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 79 | 172 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.33 |
| HSL | 241.29º | 0.37% | 0.49% | - |
| HSV(B) | 241.29º | 0.54% | 0.67% | - |
| XYZ | 13.64 | 10.32 | 40.3 | - |
| YUV | 90.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 172 | 0.53 | 0.54 | 0 | 0.33 | 241.29 | 0.37 | 0.49 |
| Hex | 51 | 4F | AC | 35 | 36 | 0 | 21 | F1 | 25 | 31 |
| Octal | 121 | 117 | 254 | 65 | 66 | 0 | 41 | 361 | 45 | 61 |
| Binary | 1010001 | 1001111 | 10101100 | 110101 | 110110 | 0 | 100001 | 11110001 | 100101 | 110001 |
Color Harmonies of #514FAC
Complementary color
Monochromatic Colors of #514FAC
Black with #514FAC
Text Example
Text Example
White with #514FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FAC; }
p { color: rgb(81,79,172); }
H1.HeaderClassName
{
color: #514FAC;
}
.AnyTagClassName
{
color: #514FAC;
}
</style>
background-color css
<style>
a { background-color: #514FAC; }
a { background-color: rgb(81,79,172); }
div.DivClassName
{
background-color: #514FAC;
}
.BgClassName
{
background-color: #514FAC;
}
</style>
border-color css
<style>
span { border-color: #514FAC; }
span { border-color: rgb(81,79,172); }
td.TdClassName
{
border-color: #514FAC;
}
.TagClassName
{
border-color: #514FAC;
}
</style>