Shades of Corn Flower Blue #514E69
Tints of Corn Flower Blue #514E69
RGB
CMYK
RGB Variations
Color information
#514E69 (or 0x514E69) is known color: Corn Flower Blue. HEX triplet: 51, 4E and 69. RGB value is (81,78,105). Sum of RGB (Red+Green+Blue) = 81+78+105=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #514E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E69 is #AEB196. Grayscale: #515151. Windows color (decimal): -11448727 or 6901329. OLE color: 6901329.
HSL color Cylindrical-coordinate representation of color #514E69: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514E69 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 78 | 105 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.59 |
| HSL | 246.67º | 0.15% | 0.36% | - |
| HSV(B) | 246.67º | 0.26% | 0.41% | - |
| XYZ | 8.67 | 8.22 | 14.49 | - |
| YUV | 81.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 105 | 0.23 | 0.26 | 0 | 0.59 | 246.67 | 0.15 | 0.36 |
| Hex | 51 | 4E | 69 | 17 | 1A | 0 | 3B | F7 | F | 24 |
| Octal | 121 | 116 | 151 | 27 | 32 | 0 | 73 | 367 | 17 | 44 |
| Binary | 1010001 | 1001110 | 1101001 | 10111 | 11010 | 0 | 111011 | 11110111 | 1111 | 100100 |
Color Harmonies of #514E69
Complementary color
Monochromatic Colors of #514E69
Black with #514E69
Text Example
Text Example
White with #514E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E69; }
p { color: rgb(81,78,105); }
H1.HeaderClassName
{
color: #514E69;
}
.AnyTagClassName
{
color: #514E69;
}
</style>
background-color css
<style>
a { background-color: #514E69; }
a { background-color: rgb(81,78,105); }
div.DivClassName
{
background-color: #514E69;
}
.BgClassName
{
background-color: #514E69;
}
</style>
border-color css
<style>
span { border-color: #514E69; }
span { border-color: rgb(81,78,105); }
td.TdClassName
{
border-color: #514E69;
}
.TagClassName
{
border-color: #514E69;
}
</style>