Shades of Corn Flower Blue #514E6E
Tints of Corn Flower Blue #514E6E
RGB
CMYK
RGB Variations
Color information
#514E6E (or 0x514E6E) is known color: Corn Flower Blue. HEX triplet: 51, 4E and 6E. RGB value is (81,78,110). Sum of RGB (Red+Green+Blue) = 81+78+110=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #514E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E6E is #AEB191. Grayscale: #525252. Windows color (decimal): -11448722 or 7229009. OLE color: 7229009.
HSL color Cylindrical-coordinate representation of color #514E6E: hue angle of 245.62º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #514E6E is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 78 | 110 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.57 |
| HSL | 245.63º | 0.17% | 0.37% | - |
| HSV(B) | 245.63º | 0.29% | 0.43% | - |
| XYZ | 8.93 | 8.32 | 15.89 | - |
| YUV | 82.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 110 | 0.26 | 0.29 | 0 | 0.57 | 245.63 | 0.17 | 0.37 |
| Hex | 51 | 4E | 6E | 1A | 1D | 0 | 39 | F6 | 11 | 25 |
| Octal | 121 | 116 | 156 | 32 | 35 | 0 | 71 | 366 | 21 | 45 |
| Binary | 1010001 | 1001110 | 1101110 | 11010 | 11101 | 0 | 111001 | 11110110 | 10001 | 100101 |
Color Harmonies of #514E6E
Complementary color
Monochromatic Colors of #514E6E
Black with #514E6E
Text Example
Text Example
White with #514E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E6E; }
p { color: rgb(81,78,110); }
H1.HeaderClassName
{
color: #514E6E;
}
.AnyTagClassName
{
color: #514E6E;
}
</style>
background-color css
<style>
a { background-color: #514E6E; }
a { background-color: rgb(81,78,110); }
div.DivClassName
{
background-color: #514E6E;
}
.BgClassName
{
background-color: #514E6E;
}
</style>
border-color css
<style>
span { border-color: #514E6E; }
span { border-color: rgb(81,78,110); }
td.TdClassName
{
border-color: #514E6E;
}
.TagClassName
{
border-color: #514E6E;
}
</style>