Shades of Corn Flower Blue #514E6A
Tints of Corn Flower Blue #514E6A
RGB
CMYK
RGB Variations
Color information
#514E6A (or 0x514E6A) is known color: Corn Flower Blue. HEX triplet: 51, 4E and 6A. RGB value is (81,78,106). Sum of RGB (Red+Green+Blue) = 81+78+106=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 106 - color contains mainly: blue. Hex color #514E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E6A is #AEB195. Grayscale: #515151. Windows color (decimal): -11448726 or 6966865. OLE color: 6966865.
HSL color Cylindrical-coordinate representation of color #514E6A: hue angle of 246.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514E6A is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 78 | 106 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.58 |
| HSL | 246.43º | 0.15% | 0.36% | - |
| HSV(B) | 246.43º | 0.26% | 0.42% | - |
| XYZ | 8.72 | 8.24 | 14.77 | - |
| YUV | 82.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 106 | 0.24 | 0.26 | 0 | 0.58 | 246.43 | 0.15 | 0.36 |
| Hex | 51 | 4E | 6A | 18 | 1A | 0 | 3A | F6 | F | 24 |
| Octal | 121 | 116 | 152 | 30 | 32 | 0 | 72 | 366 | 17 | 44 |
| Binary | 1010001 | 1001110 | 1101010 | 11000 | 11010 | 0 | 111010 | 11110110 | 1111 | 100100 |
Color Harmonies of #514E6A
Complementary color
Monochromatic Colors of #514E6A
Black with #514E6A
Text Example
Text Example
White with #514E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E6A; }
p { color: rgb(81,78,106); }
H1.HeaderClassName
{
color: #514E6A;
}
.AnyTagClassName
{
color: #514E6A;
}
</style>
background-color css
<style>
a { background-color: #514E6A; }
a { background-color: rgb(81,78,106); }
div.DivClassName
{
background-color: #514E6A;
}
.BgClassName
{
background-color: #514E6A;
}
</style>
border-color css
<style>
span { border-color: #514E6A; }
span { border-color: rgb(81,78,106); }
td.TdClassName
{
border-color: #514E6A;
}
.TagClassName
{
border-color: #514E6A;
}
</style>