Shades of Corn Flower Blue #514C71
Tints of Corn Flower Blue #514C71
RGB
CMYK
RGB Variations
Color information
#514C71 (or 0x514C71) is known color: Corn Flower Blue. HEX triplet: 51, 4C and 71. RGB value is (81,76,113). Sum of RGB (Red+Green+Blue) = 81+76+113=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #514C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C71 is #AEB38E. Grayscale: #515151. Windows color (decimal): -11449231 or 7425105. OLE color: 7425105.
HSL color Cylindrical-coordinate representation of color #514C71: hue angle of 248.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514C71 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 76 | 113 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.56 |
| HSL | 248.11º | 0.2% | 0.37% | - |
| HSV(B) | 248.11º | 0.33% | 0.44% | - |
| XYZ | 8.96 | 8.11 | 16.72 | - |
| YUV | 81.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 113 | 0.28 | 0.33 | 0 | 0.56 | 248.11 | 0.2 | 0.37 |
| Hex | 51 | 4C | 71 | 1C | 21 | 0 | 38 | F8 | 14 | 25 |
| Octal | 121 | 114 | 161 | 34 | 41 | 0 | 70 | 370 | 24 | 45 |
| Binary | 1010001 | 1001100 | 1110001 | 11100 | 100001 | 0 | 111000 | 11111000 | 10100 | 100101 |
Color Harmonies of #514C71
Complementary color
Monochromatic Colors of #514C71
Black with #514C71
Text Example
Text Example
White with #514C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C71; }
p { color: rgb(81,76,113); }
H1.HeaderClassName
{
color: #514C71;
}
.AnyTagClassName
{
color: #514C71;
}
</style>
background-color css
<style>
a { background-color: #514C71; }
a { background-color: rgb(81,76,113); }
div.DivClassName
{
background-color: #514C71;
}
.BgClassName
{
background-color: #514C71;
}
</style>
border-color css
<style>
span { border-color: #514C71; }
span { border-color: rgb(81,76,113); }
td.TdClassName
{
border-color: #514C71;
}
.TagClassName
{
border-color: #514C71;
}
</style>