Shades of Corn Flower Blue #514E6B
Tints of Corn Flower Blue #514E6B
RGB
CMYK
RGB Variations
Color information
#514E6B (or 0x514E6B) is known color: Corn Flower Blue. HEX triplet: 51, 4E and 6B. RGB value is (81,78,107). Sum of RGB (Red+Green+Blue) = 81+78+107=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #514E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E6B is #AEB194. Grayscale: #525252. Windows color (decimal): -11448725 or 7032401. OLE color: 7032401.
HSL color Cylindrical-coordinate representation of color #514E6B: hue angle of 246.21º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514E6B is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 78 | 107 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.58 |
| HSL | 246.21º | 0.16% | 0.36% | - |
| HSV(B) | 246.21º | 0.27% | 0.42% | - |
| XYZ | 8.77 | 8.26 | 15.04 | - |
| YUV | 82.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 107 | 0.24 | 0.27 | 0 | 0.58 | 246.21 | 0.16 | 0.36 |
| Hex | 51 | 4E | 6B | 18 | 1B | 0 | 3A | F6 | 10 | 24 |
| Octal | 121 | 116 | 153 | 30 | 33 | 0 | 72 | 366 | 20 | 44 |
| Binary | 1010001 | 1001110 | 1101011 | 11000 | 11011 | 0 | 111010 | 11110110 | 10000 | 100100 |
Color Harmonies of #514E6B
Complementary color
Monochromatic Colors of #514E6B
Black with #514E6B
Text Example
Text Example
White with #514E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E6B; }
p { color: rgb(81,78,107); }
H1.HeaderClassName
{
color: #514E6B;
}
.AnyTagClassName
{
color: #514E6B;
}
</style>
background-color css
<style>
a { background-color: #514E6B; }
a { background-color: rgb(81,78,107); }
div.DivClassName
{
background-color: #514E6B;
}
.BgClassName
{
background-color: #514E6B;
}
</style>
border-color css
<style>
span { border-color: #514E6B; }
span { border-color: rgb(81,78,107); }
td.TdClassName
{
border-color: #514E6B;
}
.TagClassName
{
border-color: #514E6B;
}
</style>