Shades of Corn Flower Blue #50516F
Tints of Corn Flower Blue #50516F
RGB
CMYK
RGB Variations
Color information
#50516F (or 0x50516F) is known color: Corn Flower Blue. HEX triplet: 50, 51 and 6F. RGB value is (80,81,111). Sum of RGB (Red+Green+Blue) = 80+81+111=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #50516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50516F is #AFAE90. Grayscale: #545454. Windows color (decimal): -11513489 or 7295312. OLE color: 7295312.
HSL color Cylindrical-coordinate representation of color #50516F: hue angle of 238.06º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50516F is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 81 | 111 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.56 |
| HSL | 238.06º | 0.16% | 0.37% | - |
| HSV(B) | 238.06º | 0.28% | 0.44% | - |
| XYZ | 9.12 | 8.74 | 16.24 | - |
| YUV | 84.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 111 | 0.28 | 0.27 | 0 | 0.56 | 238.06 | 0.16 | 0.37 |
| Hex | 50 | 51 | 6F | 1C | 1B | 0 | 38 | EE | 10 | 25 |
| Octal | 120 | 121 | 157 | 34 | 33 | 0 | 70 | 356 | 20 | 45 |
| Binary | 1010000 | 1010001 | 1101111 | 11100 | 11011 | 0 | 111000 | 11101110 | 10000 | 100101 |
Color Harmonies of #50516F
Complementary color
Monochromatic Colors of #50516F
Black with #50516F
Text Example
Text Example
White with #50516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50516F; }
p { color: rgb(80,81,111); }
H1.HeaderClassName
{
color: #50516F;
}
.AnyTagClassName
{
color: #50516F;
}
</style>
background-color css
<style>
a { background-color: #50516F; }
a { background-color: rgb(80,81,111); }
div.DivClassName
{
background-color: #50516F;
}
.BgClassName
{
background-color: #50516F;
}
</style>
border-color css
<style>
span { border-color: #50516F; }
span { border-color: rgb(80,81,111); }
td.TdClassName
{
border-color: #50516F;
}
.TagClassName
{
border-color: #50516F;
}
</style>