Shades of Corn Flower Blue #514D71
Tints of Corn Flower Blue #514D71
RGB
CMYK
RGB Variations
Color information
#514D71 (or 0x514D71) is known color: Corn Flower Blue. HEX triplet: 51, 4D and 71. RGB value is (81,77,113). Sum of RGB (Red+Green+Blue) = 81+77+113=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #514D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D71 is #AEB28E. Grayscale: #525252. Windows color (decimal): -11448975 or 7425361. OLE color: 7425361.
HSL color Cylindrical-coordinate representation of color #514D71: hue angle of 246.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514D71 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 77 | 113 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.56 |
| HSL | 246.67º | 0.19% | 0.37% | - |
| HSV(B) | 246.67º | 0.32% | 0.44% | - |
| XYZ | 9.03 | 8.25 | 16.74 | - |
| YUV | 82.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 113 | 0.28 | 0.32 | 0 | 0.56 | 246.67 | 0.19 | 0.37 |
| Hex | 51 | 4D | 71 | 1C | 20 | 0 | 38 | F7 | 13 | 25 |
| Octal | 121 | 115 | 161 | 34 | 40 | 0 | 70 | 367 | 23 | 45 |
| Binary | 1010001 | 1001101 | 1110001 | 11100 | 100000 | 0 | 111000 | 11110111 | 10011 | 100101 |
Color Harmonies of #514D71
Complementary color
Monochromatic Colors of #514D71
Black with #514D71
Text Example
Text Example
White with #514D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D71; }
p { color: rgb(81,77,113); }
H1.HeaderClassName
{
color: #514D71;
}
.AnyTagClassName
{
color: #514D71;
}
</style>
background-color css
<style>
a { background-color: #514D71; }
a { background-color: rgb(81,77,113); }
div.DivClassName
{
background-color: #514D71;
}
.BgClassName
{
background-color: #514D71;
}
</style>
border-color css
<style>
span { border-color: #514D71; }
span { border-color: rgb(81,77,113); }
td.TdClassName
{
border-color: #514D71;
}
.TagClassName
{
border-color: #514D71;
}
</style>