Shades of Corn Flower Blue #514E70
Tints of Corn Flower Blue #514E70
RGB
CMYK
RGB Variations
Color information
#514E70 (or 0x514E70) is known color: Corn Flower Blue. HEX triplet: 51, 4E and 70. RGB value is (81,78,112). Sum of RGB (Red+Green+Blue) = 81+78+112=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #514E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E70 is #AEB18F. Grayscale: #525252. Windows color (decimal): -11448720 or 7360081. OLE color: 7360081.
HSL color Cylindrical-coordinate representation of color #514E70: hue angle of 245.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514E70 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 78 | 112 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.56 |
| HSL | 245.29º | 0.18% | 0.37% | - |
| HSV(B) | 245.29º | 0.3% | 0.44% | - |
| XYZ | 9.04 | 8.37 | 16.47 | - |
| YUV | 82.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 112 | 0.28 | 0.30 | 0 | 0.56 | 245.29 | 0.18 | 0.37 |
| Hex | 51 | 4E | 70 | 1C | 1E | 0 | 38 | F5 | 12 | 25 |
| Octal | 121 | 116 | 160 | 34 | 36 | 0 | 70 | 365 | 22 | 45 |
| Binary | 1010001 | 1001110 | 1110000 | 11100 | 11110 | 0 | 111000 | 11110101 | 10010 | 100101 |
Color Harmonies of #514E70
Complementary color
Monochromatic Colors of #514E70
Black with #514E70
Text Example
Text Example
White with #514E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E70; }
p { color: rgb(81,78,112); }
H1.HeaderClassName
{
color: #514E70;
}
.AnyTagClassName
{
color: #514E70;
}
</style>
background-color css
<style>
a { background-color: #514E70; }
a { background-color: rgb(81,78,112); }
div.DivClassName
{
background-color: #514E70;
}
.BgClassName
{
background-color: #514E70;
}
</style>
border-color css
<style>
span { border-color: #514E70; }
span { border-color: rgb(81,78,112); }
td.TdClassName
{
border-color: #514E70;
}
.TagClassName
{
border-color: #514E70;
}
</style>