Shades of Corn Flower Blue #504E6A
Tints of Corn Flower Blue #504E6A
RGB
CMYK
RGB Variations
Color information
#504E6A (or 0x504E6A) is known color: Corn Flower Blue. HEX triplet: 50, 4E and 6A. RGB value is (80,78,106). Sum of RGB (Red+Green+Blue) = 80+78+106=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 106 - color contains mainly: blue. Hex color #504E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E6A is #AFB195. Grayscale: #515151. Windows color (decimal): -11514262 or 6966864. OLE color: 6966864.
HSL color Cylindrical-coordinate representation of color #504E6A: hue angle of 244.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504E6A is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 78 | 106 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.58 |
| HSL | 244.29º | 0.15% | 0.36% | - |
| HSV(B) | 244.29º | 0.26% | 0.42% | - |
| XYZ | 8.63 | 8.19 | 14.76 | - |
| YUV | 81.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 106 | 0.25 | 0.26 | 0 | 0.58 | 244.29 | 0.15 | 0.36 |
| Hex | 50 | 4E | 6A | 19 | 1A | 0 | 3A | F4 | F | 24 |
| Octal | 120 | 116 | 152 | 31 | 32 | 0 | 72 | 364 | 17 | 44 |
| Binary | 1010000 | 1001110 | 1101010 | 11001 | 11010 | 0 | 111010 | 11110100 | 1111 | 100100 |
Color Harmonies of #504E6A
Complementary color
Monochromatic Colors of #504E6A
Black with #504E6A
Text Example
Text Example
White with #504E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E6A; }
p { color: rgb(80,78,106); }
H1.HeaderClassName
{
color: #504E6A;
}
.AnyTagClassName
{
color: #504E6A;
}
</style>
background-color css
<style>
a { background-color: #504E6A; }
a { background-color: rgb(80,78,106); }
div.DivClassName
{
background-color: #504E6A;
}
.BgClassName
{
background-color: #504E6A;
}
</style>
border-color css
<style>
span { border-color: #504E6A; }
span { border-color: rgb(80,78,106); }
td.TdClassName
{
border-color: #504E6A;
}
.TagClassName
{
border-color: #504E6A;
}
</style>