Shades of Corn Flower Blue #50516E
Tints of Corn Flower Blue #50516E
RGB
CMYK
RGB Variations
Color information
#50516E (or 0x50516E) is known color: Corn Flower Blue. HEX triplet: 50, 51 and 6E. RGB value is (80,81,110). Sum of RGB (Red+Green+Blue) = 80+81+110=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #50516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50516E is #AFAE91. Grayscale: #535353. Windows color (decimal): -11513490 or 7229776. OLE color: 7229776.
HSL color Cylindrical-coordinate representation of color #50516E: hue angle of 238º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50516E is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 81 | 110 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.57 |
| HSL | 238º | 0.16% | 0.37% | - |
| HSV(B) | 238º | 0.27% | 0.43% | - |
| XYZ | 9.07 | 8.72 | 15.96 | - |
| YUV | 84.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 110 | 0.27 | 0.26 | 0 | 0.57 | 238 | 0.16 | 0.37 |
| Hex | 50 | 51 | 6E | 1B | 1A | 0 | 39 | EE | 10 | 25 |
| Octal | 120 | 121 | 156 | 33 | 32 | 0 | 71 | 356 | 20 | 45 |
| Binary | 1010000 | 1010001 | 1101110 | 11011 | 11010 | 0 | 111001 | 11101110 | 10000 | 100101 |
Color Harmonies of #50516E
Complementary color
Monochromatic Colors of #50516E
Black with #50516E
Text Example
Text Example
White with #50516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50516E; }
p { color: rgb(80,81,110); }
H1.HeaderClassName
{
color: #50516E;
}
.AnyTagClassName
{
color: #50516E;
}
</style>
background-color css
<style>
a { background-color: #50516E; }
a { background-color: rgb(80,81,110); }
div.DivClassName
{
background-color: #50516E;
}
.BgClassName
{
background-color: #50516E;
}
</style>
border-color css
<style>
span { border-color: #50516E; }
span { border-color: rgb(80,81,110); }
td.TdClassName
{
border-color: #50516E;
}
.TagClassName
{
border-color: #50516E;
}
</style>