Shades of Corn Flower Blue #505172
Tints of Corn Flower Blue #505172
RGB
CMYK
RGB Variations
Color information
#505172 (or 0x505172) is known color: Corn Flower Blue. HEX triplet: 50, 51 and 72. RGB value is (80,81,114). Sum of RGB (Red+Green+Blue) = 80+81+114=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #505172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505172 is #AFAE8D. Grayscale: #545454. Windows color (decimal): -11513486 or 7491920. OLE color: 7491920.
HSL color Cylindrical-coordinate representation of color #505172: hue angle of 238.24º 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 #505172 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 81 | 114 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.55 |
| HSL | 238.24º | 0.18% | 0.38% | - |
| HSV(B) | 238.24º | 0.3% | 0.45% | - |
| XYZ | 9.29 | 8.81 | 17.13 | - |
| YUV | 84.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 114 | 0.30 | 0.29 | 0 | 0.55 | 238.24 | 0.18 | 0.38 |
| Hex | 50 | 51 | 72 | 1E | 1D | 0 | 37 | EE | 12 | 26 |
| Octal | 120 | 121 | 162 | 36 | 35 | 0 | 67 | 356 | 22 | 46 |
| Binary | 1010000 | 1010001 | 1110010 | 11110 | 11101 | 0 | 110111 | 11101110 | 10010 | 100110 |
Color Harmonies of #505172
Complementary color
Monochromatic Colors of #505172
Black with #505172
Text Example
Text Example
White with #505172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505172; }
p { color: rgb(80,81,114); }
H1.HeaderClassName
{
color: #505172;
}
.AnyTagClassName
{
color: #505172;
}
</style>
background-color css
<style>
a { background-color: #505172; }
a { background-color: rgb(80,81,114); }
div.DivClassName
{
background-color: #505172;
}
.BgClassName
{
background-color: #505172;
}
</style>
border-color css
<style>
span { border-color: #505172; }
span { border-color: rgb(80,81,114); }
td.TdClassName
{
border-color: #505172;
}
.TagClassName
{
border-color: #505172;
}
</style>