Shades of Corn Flower Blue #514D6D
Tints of Corn Flower Blue #514D6D
RGB
CMYK
RGB Variations
Color information
#514D6D (or 0x514D6D) is known color: Corn Flower Blue. HEX triplet: 51, 4D and 6D. RGB value is (81,77,109). Sum of RGB (Red+Green+Blue) = 81+77+109=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #514D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D6D is #AEB292. Grayscale: #515151. Windows color (decimal): -11448979 or 7163217. OLE color: 7163217.
HSL color Cylindrical-coordinate representation of color #514D6D: hue angle of 247.5º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #514D6D is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 77 | 109 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.57 |
| HSL | 247.5º | 0.17% | 0.36% | - |
| HSV(B) | 247.5º | 0.29% | 0.43% | - |
| XYZ | 8.81 | 8.16 | 15.58 | - |
| YUV | 81.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 109 | 0.26 | 0.29 | 0 | 0.57 | 247.5 | 0.17 | 0.36 |
| Hex | 51 | 4D | 6D | 1A | 1D | 0 | 39 | F8 | 11 | 24 |
| Octal | 121 | 115 | 155 | 32 | 35 | 0 | 71 | 370 | 21 | 44 |
| Binary | 1010001 | 1001101 | 1101101 | 11010 | 11101 | 0 | 111001 | 11111000 | 10001 | 100100 |
Color Harmonies of #514D6D
Complementary color
Monochromatic Colors of #514D6D
Black with #514D6D
Text Example
Text Example
White with #514D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D6D; }
p { color: rgb(81,77,109); }
H1.HeaderClassName
{
color: #514D6D;
}
.AnyTagClassName
{
color: #514D6D;
}
</style>
background-color css
<style>
a { background-color: #514D6D; }
a { background-color: rgb(81,77,109); }
div.DivClassName
{
background-color: #514D6D;
}
.BgClassName
{
background-color: #514D6D;
}
</style>
border-color css
<style>
span { border-color: #514D6D; }
span { border-color: rgb(81,77,109); }
td.TdClassName
{
border-color: #514D6D;
}
.TagClassName
{
border-color: #514D6D;
}
</style>