Shades of Corn Flower Blue #504E66
Tints of Corn Flower Blue #504E66
RGB
CMYK
RGB Variations
Color information
#504E66 (or 0x504E66) is known color: Corn Flower Blue. HEX triplet: 50, 4E and 66. RGB value is (80,78,102). Sum of RGB (Red+Green+Blue) = 80+78+102=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 102 - color contains mainly: blue. Hex color #504E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E66 is #AFB199. Grayscale: #515151. Windows color (decimal): -11514266 or 6704720. OLE color: 6704720.
HSL color Cylindrical-coordinate representation of color #504E66: hue angle of 245º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #504E66 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 78 | 102 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.6 |
| HSL | 245º | 0.13% | 0.35% | - |
| HSV(B) | 245º | 0.24% | 0.4% | - |
| XYZ | 8.43 | 8.11 | 13.69 | - |
| YUV | 81.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 102 | 0.22 | 0.24 | 0 | 0.6 | 245 | 0.13 | 0.35 |
| Hex | 50 | 4E | 66 | 16 | 18 | 0 | 3C | F5 | D | 23 |
| Octal | 120 | 116 | 146 | 26 | 30 | 0 | 74 | 365 | 15 | 43 |
| Binary | 1010000 | 1001110 | 1100110 | 10110 | 11000 | 0 | 111100 | 11110101 | 1101 | 100011 |
Color Harmonies of #504E66
Complementary color
Monochromatic Colors of #504E66
Black with #504E66
Text Example
Text Example
White with #504E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E66; }
p { color: rgb(80,78,102); }
H1.HeaderClassName
{
color: #504E66;
}
.AnyTagClassName
{
color: #504E66;
}
</style>
background-color css
<style>
a { background-color: #504E66; }
a { background-color: rgb(80,78,102); }
div.DivClassName
{
background-color: #504E66;
}
.BgClassName
{
background-color: #504E66;
}
</style>
border-color css
<style>
span { border-color: #504E66; }
span { border-color: rgb(80,78,102); }
td.TdClassName
{
border-color: #504E66;
}
.TagClassName
{
border-color: #504E66;
}
</style>