Shades of Corn Flower Blue #504C69
Tints of Corn Flower Blue #504C69
RGB
CMYK
RGB Variations
Color information
#504C69 (or 0x504C69) is known color: Corn Flower Blue. HEX triplet: 50, 4C and 69. RGB value is (80,76,105). Sum of RGB (Red+Green+Blue) = 80+76+105=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #504C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C69 is #AFB396. Grayscale: #505050. Windows color (decimal): -11514775 or 6900816. OLE color: 6900816.
HSL color Cylindrical-coordinate representation of color #504C69: hue angle of 248.28º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #504C69 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 76 | 105 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.59 |
| HSL | 248.28º | 0.16% | 0.35% | - |
| HSV(B) | 248.28º | 0.28% | 0.41% | - |
| XYZ | 8.44 | 7.89 | 14.44 | - |
| YUV | 80.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 105 | 0.24 | 0.28 | 0 | 0.59 | 248.28 | 0.16 | 0.35 |
| Hex | 50 | 4C | 69 | 18 | 1C | 0 | 3B | F8 | 10 | 23 |
| Octal | 120 | 114 | 151 | 30 | 34 | 0 | 73 | 370 | 20 | 43 |
| Binary | 1010000 | 1001100 | 1101001 | 11000 | 11100 | 0 | 111011 | 11111000 | 10000 | 100011 |
Color Harmonies of #504C69
Complementary color
Monochromatic Colors of #504C69
Black with #504C69
Text Example
Text Example
White with #504C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C69; }
p { color: rgb(80,76,105); }
H1.HeaderClassName
{
color: #504C69;
}
.AnyTagClassName
{
color: #504C69;
}
</style>
background-color css
<style>
a { background-color: #504C69; }
a { background-color: rgb(80,76,105); }
div.DivClassName
{
background-color: #504C69;
}
.BgClassName
{
background-color: #504C69;
}
</style>
border-color css
<style>
span { border-color: #504C69; }
span { border-color: rgb(80,76,105); }
td.TdClassName
{
border-color: #504C69;
}
.TagClassName
{
border-color: #504C69;
}
</style>