Shades of Corn Flower Blue #504D67
Tints of Corn Flower Blue #504D67
RGB
CMYK
RGB Variations
Color information
#504D67 (or 0x504D67) is known color: Corn Flower Blue. HEX triplet: 50, 4D and 67. RGB value is (80,77,103). Sum of RGB (Red+Green+Blue) = 80+77+103=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #504D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D67 is #AFB298. Grayscale: #505050. Windows color (decimal): -11514521 or 6770000. OLE color: 6770000.
HSL color Cylindrical-coordinate representation of color #504D67: hue angle of 246.92º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #504D67 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 77 | 103 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.60 |
| HSL | 246.92º | 0.14% | 0.35% | - |
| HSV(B) | 246.92º | 0.25% | 0.4% | - |
| XYZ | 8.41 | 7.99 | 13.93 | - |
| YUV | 80.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 103 | 0.22 | 0.25 | 0 | 0.60 | 246.92 | 0.14 | 0.35 |
| Hex | 50 | 4D | 67 | 16 | 19 | 0 | 3C | F7 | E | 23 |
| Octal | 120 | 115 | 147 | 26 | 31 | 0 | 74 | 367 | 16 | 43 |
| Binary | 1010000 | 1001101 | 1100111 | 10110 | 11001 | 0 | 111100 | 11110111 | 1110 | 100011 |
Color Harmonies of #504D67
Complementary color
Monochromatic Colors of #504D67
Black with #504D67
Text Example
Text Example
White with #504D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D67; }
p { color: rgb(80,77,103); }
H1.HeaderClassName
{
color: #504D67;
}
.AnyTagClassName
{
color: #504D67;
}
</style>
background-color css
<style>
a { background-color: #504D67; }
a { background-color: rgb(80,77,103); }
div.DivClassName
{
background-color: #504D67;
}
.BgClassName
{
background-color: #504D67;
}
</style>
border-color css
<style>
span { border-color: #504D67; }
span { border-color: rgb(80,77,103); }
td.TdClassName
{
border-color: #504D67;
}
.TagClassName
{
border-color: #504D67;
}
</style>