Shades of Corn Flower Blue #504F75
Tints of Corn Flower Blue #504F75
RGB
CMYK
RGB Variations
Color information
#504F75 (or 0x504F75) is known color: Corn Flower Blue. HEX triplet: 50, 4F and 75. RGB value is (80,79,117). Sum of RGB (Red+Green+Blue) = 80+79+117=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #504F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F75 is #AFB08A. Grayscale: #535353. Windows color (decimal): -11513995 or 7688016. OLE color: 7688016.
HSL color Cylindrical-coordinate representation of color #504F75: hue angle of 241.58º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504F75 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 79 | 117 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.54 |
| HSL | 241.58º | 0.19% | 0.38% | - |
| HSV(B) | 241.58º | 0.32% | 0.46% | - |
| XYZ | 9.32 | 8.58 | 18 | - |
| YUV | 83.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 117 | 0.32 | 0.32 | 0 | 0.54 | 241.58 | 0.19 | 0.38 |
| Hex | 50 | 4F | 75 | 20 | 20 | 0 | 36 | F2 | 13 | 26 |
| Octal | 120 | 117 | 165 | 40 | 40 | 0 | 66 | 362 | 23 | 46 |
| Binary | 1010000 | 1001111 | 1110101 | 100000 | 100000 | 0 | 110110 | 11110010 | 10011 | 100110 |
Color Harmonies of #504F75
Complementary color
Monochromatic Colors of #504F75
Black with #504F75
Text Example
Text Example
White with #504F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F75; }
p { color: rgb(80,79,117); }
H1.HeaderClassName
{
color: #504F75;
}
.AnyTagClassName
{
color: #504F75;
}
</style>
background-color css
<style>
a { background-color: #504F75; }
a { background-color: rgb(80,79,117); }
div.DivClassName
{
background-color: #504F75;
}
.BgClassName
{
background-color: #504F75;
}
</style>
border-color css
<style>
span { border-color: #504F75; }
span { border-color: rgb(80,79,117); }
td.TdClassName
{
border-color: #504F75;
}
.TagClassName
{
border-color: #504F75;
}
</style>