Shades of Corn Flower Blue #504C6F
Tints of Corn Flower Blue #504C6F
RGB
CMYK
RGB Variations
Color information
#504C6F (or 0x504C6F) is known color: Corn Flower Blue. HEX triplet: 50, 4C and 6F. RGB value is (80,76,111). Sum of RGB (Red+Green+Blue) = 80+76+111=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #504C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C6F is #AFB390. Grayscale: #515151. Windows color (decimal): -11514769 or 7294032. OLE color: 7294032.
HSL color Cylindrical-coordinate representation of color #504C6F: hue angle of 246.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504C6F is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 76 | 111 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.56 |
| HSL | 246.86º | 0.19% | 0.37% | - |
| HSV(B) | 246.86º | 0.32% | 0.44% | - |
| XYZ | 8.76 | 8.02 | 16.13 | - |
| YUV | 81.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 111 | 0.28 | 0.32 | 0 | 0.56 | 246.86 | 0.19 | 0.37 |
| Hex | 50 | 4C | 6F | 1C | 20 | 0 | 38 | F7 | 13 | 25 |
| Octal | 120 | 114 | 157 | 34 | 40 | 0 | 70 | 367 | 23 | 45 |
| Binary | 1010000 | 1001100 | 1101111 | 11100 | 100000 | 0 | 111000 | 11110111 | 10011 | 100101 |
Color Harmonies of #504C6F
Complementary color
Monochromatic Colors of #504C6F
Black with #504C6F
Text Example
Text Example
White with #504C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C6F; }
p { color: rgb(80,76,111); }
H1.HeaderClassName
{
color: #504C6F;
}
.AnyTagClassName
{
color: #504C6F;
}
</style>
background-color css
<style>
a { background-color: #504C6F; }
a { background-color: rgb(80,76,111); }
div.DivClassName
{
background-color: #504C6F;
}
.BgClassName
{
background-color: #504C6F;
}
</style>
border-color css
<style>
span { border-color: #504C6F; }
span { border-color: rgb(80,76,111); }
td.TdClassName
{
border-color: #504C6F;
}
.TagClassName
{
border-color: #504C6F;
}
</style>