Shades of Corn Flower Blue #504F66
Tints of Corn Flower Blue #504F66
RGB
CMYK
RGB Variations
Color information
#504F66 (or 0x504F66) is known color: Corn Flower Blue. HEX triplet: 50, 4F and 66. RGB value is (80,79,102). Sum of RGB (Red+Green+Blue) = 80+79+102=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #504F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F66 is #AFB099. Grayscale: #515151. Windows color (decimal): -11514010 or 6704976. OLE color: 6704976.
HSL color Cylindrical-coordinate representation of color #504F66: hue angle of 242.61º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #504F66 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 79 | 102 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.6 |
| HSL | 242.61º | 0.13% | 0.35% | - |
| HSV(B) | 242.61º | 0.23% | 0.4% | - |
| XYZ | 8.5 | 8.26 | 13.72 | - |
| YUV | 81.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 102 | 0.22 | 0.23 | 0 | 0.6 | 242.61 | 0.13 | 0.35 |
| Hex | 50 | 4F | 66 | 16 | 17 | 0 | 3C | F3 | D | 23 |
| Octal | 120 | 117 | 146 | 26 | 27 | 0 | 74 | 363 | 15 | 43 |
| Binary | 1010000 | 1001111 | 1100110 | 10110 | 10111 | 0 | 111100 | 11110011 | 1101 | 100011 |
Color Harmonies of #504F66
Complementary color
Monochromatic Colors of #504F66
Black with #504F66
Text Example
Text Example
White with #504F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F66; }
p { color: rgb(80,79,102); }
H1.HeaderClassName
{
color: #504F66;
}
.AnyTagClassName
{
color: #504F66;
}
</style>
background-color css
<style>
a { background-color: #504F66; }
a { background-color: rgb(80,79,102); }
div.DivClassName
{
background-color: #504F66;
}
.BgClassName
{
background-color: #504F66;
}
</style>
border-color css
<style>
span { border-color: #504F66; }
span { border-color: rgb(80,79,102); }
td.TdClassName
{
border-color: #504F66;
}
.TagClassName
{
border-color: #504F66;
}
</style>