Shades of Corn Flower Blue #514F74
Tints of Corn Flower Blue #514F74
RGB
CMYK
RGB Variations
Color information
#514F74 (or 0x514F74) is known color: Corn Flower Blue. HEX triplet: 51, 4F and 74. RGB value is (81,79,116). Sum of RGB (Red+Green+Blue) = 81+79+116=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #514F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F74 is #AEB08B. Grayscale: #535353. Windows color (decimal): -11448460 or 7622481. OLE color: 7622481.
HSL color Cylindrical-coordinate representation of color #514F74: hue angle of 243.24º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514F74 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 79 | 116 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.55 |
| HSL | 243.24º | 0.19% | 0.38% | - |
| HSV(B) | 243.24º | 0.32% | 0.45% | - |
| XYZ | 9.34 | 8.6 | 17.69 | - |
| YUV | 83.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 116 | 0.30 | 0.32 | 0 | 0.55 | 243.24 | 0.19 | 0.38 |
| Hex | 51 | 4F | 74 | 1E | 20 | 0 | 37 | F3 | 13 | 26 |
| Octal | 121 | 117 | 164 | 36 | 40 | 0 | 67 | 363 | 23 | 46 |
| Binary | 1010001 | 1001111 | 1110100 | 11110 | 100000 | 0 | 110111 | 11110011 | 10011 | 100110 |
Color Harmonies of #514F74
Complementary color
Monochromatic Colors of #514F74
Black with #514F74
Text Example
Text Example
White with #514F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F74; }
p { color: rgb(81,79,116); }
H1.HeaderClassName
{
color: #514F74;
}
.AnyTagClassName
{
color: #514F74;
}
</style>
background-color css
<style>
a { background-color: #514F74; }
a { background-color: rgb(81,79,116); }
div.DivClassName
{
background-color: #514F74;
}
.BgClassName
{
background-color: #514F74;
}
</style>
border-color css
<style>
span { border-color: #514F74; }
span { border-color: rgb(81,79,116); }
td.TdClassName
{
border-color: #514F74;
}
.TagClassName
{
border-color: #514F74;
}
</style>