Shades of Corn Flower Blue #505072
Tints of Corn Flower Blue #505072
RGB
CMYK
RGB Variations
Color information
#505072 (or 0x505072) is known color: Corn Flower Blue. HEX triplet: 50, 50 and 72. RGB value is (80,80,114). Sum of RGB (Red+Green+Blue) = 80+80+114=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #505072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505072 is #AFAF8D. Grayscale: #535353. Windows color (decimal): -11513742 or 7491664. OLE color: 7491664.
HSL color Cylindrical-coordinate representation of color #505072: hue angle of 240º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #505072 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 80 | 114 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.55 |
| HSL | 240º | 0.18% | 0.38% | - |
| HSV(B) | 240º | 0.3% | 0.45% | - |
| XYZ | 9.21 | 8.66 | 17.11 | - |
| YUV | 83.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 114 | 0.30 | 0.30 | 0 | 0.55 | 240 | 0.18 | 0.38 |
| Hex | 50 | 50 | 72 | 1E | 1E | 0 | 37 | F0 | 12 | 26 |
| Octal | 120 | 120 | 162 | 36 | 36 | 0 | 67 | 360 | 22 | 46 |
| Binary | 1010000 | 1010000 | 1110010 | 11110 | 11110 | 0 | 110111 | 11110000 | 10010 | 100110 |
Color Harmonies of #505072
Complementary color
Monochromatic Colors of #505072
Black with #505072
Text Example
Text Example
White with #505072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505072; }
p { color: rgb(80,80,114); }
H1.HeaderClassName
{
color: #505072;
}
.AnyTagClassName
{
color: #505072;
}
</style>
background-color css
<style>
a { background-color: #505072; }
a { background-color: rgb(80,80,114); }
div.DivClassName
{
background-color: #505072;
}
.BgClassName
{
background-color: #505072;
}
</style>
border-color css
<style>
span { border-color: #505072; }
span { border-color: rgb(80,80,114); }
td.TdClassName
{
border-color: #505072;
}
.TagClassName
{
border-color: #505072;
}
</style>