Shades of Corn Flower Blue #514F67
Tints of Corn Flower Blue #514F67
RGB
CMYK
RGB Variations
Color information
#514F67 (or 0x514F67) is known color: Corn Flower Blue. HEX triplet: 51, 4F and 67. RGB value is (81,79,103). Sum of RGB (Red+Green+Blue) = 81+79+103=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 103 - color contains mainly: blue. Hex color #514F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F67 is #AEB098. Grayscale: #525252. Windows color (decimal): -11448473 or 6770513. OLE color: 6770513.
HSL color Cylindrical-coordinate representation of color #514F67: hue angle of 245º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #514F67 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 79 | 103 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.60 |
| HSL | 245º | 0.13% | 0.36% | - |
| HSV(B) | 245º | 0.23% | 0.4% | - |
| XYZ | 8.64 | 8.32 | 13.98 | - |
| YUV | 82.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 103 | 0.21 | 0.23 | 0 | 0.60 | 245 | 0.13 | 0.36 |
| Hex | 51 | 4F | 67 | 15 | 17 | 0 | 3C | F5 | D | 24 |
| Octal | 121 | 117 | 147 | 25 | 27 | 0 | 74 | 365 | 15 | 44 |
| Binary | 1010001 | 1001111 | 1100111 | 10101 | 10111 | 0 | 111100 | 11110101 | 1101 | 100100 |
Color Harmonies of #514F67
Complementary color
Monochromatic Colors of #514F67
Black with #514F67
Text Example
Text Example
White with #514F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F67; }
p { color: rgb(81,79,103); }
H1.HeaderClassName
{
color: #514F67;
}
.AnyTagClassName
{
color: #514F67;
}
</style>
background-color css
<style>
a { background-color: #514F67; }
a { background-color: rgb(81,79,103); }
div.DivClassName
{
background-color: #514F67;
}
.BgClassName
{
background-color: #514F67;
}
</style>
border-color css
<style>
span { border-color: #514F67; }
span { border-color: rgb(81,79,103); }
td.TdClassName
{
border-color: #514F67;
}
.TagClassName
{
border-color: #514F67;
}
</style>