Shades of Corn Flower Blue #505178
Tints of Corn Flower Blue #505178
RGB
CMYK
RGB Variations
Color information
#505178 (or 0x505178) is known color: Corn Flower Blue. HEX triplet: 50, 51 and 78. RGB value is (80,81,120). Sum of RGB (Red+Green+Blue) = 80+81+120=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #505178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505178 is #AFAE87. Grayscale: #545454. Windows color (decimal): -11513480 or 7885136. OLE color: 7885136.
HSL color Cylindrical-coordinate representation of color #505178: hue angle of 238.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #505178 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 81 | 120 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.53 |
| HSL | 238.5º | 0.2% | 0.39% | - |
| HSV(B) | 238.5º | 0.33% | 0.47% | - |
| XYZ | 9.64 | 8.95 | 18.99 | - |
| YUV | 85.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 120 | 0.33 | 0.32 | 0 | 0.53 | 238.5 | 0.2 | 0.39 |
| Hex | 50 | 51 | 78 | 21 | 20 | 0 | 35 | EE | 14 | 27 |
| Octal | 120 | 121 | 170 | 41 | 40 | 0 | 65 | 356 | 24 | 47 |
| Binary | 1010000 | 1010001 | 1111000 | 100001 | 100000 | 0 | 110101 | 11101110 | 10100 | 100111 |
Color Harmonies of #505178
Complementary color
Monochromatic Colors of #505178
Black with #505178
Text Example
Text Example
White with #505178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505178; }
p { color: rgb(80,81,120); }
H1.HeaderClassName
{
color: #505178;
}
.AnyTagClassName
{
color: #505178;
}
</style>
background-color css
<style>
a { background-color: #505178; }
a { background-color: rgb(80,81,120); }
div.DivClassName
{
background-color: #505178;
}
.BgClassName
{
background-color: #505178;
}
</style>
border-color css
<style>
span { border-color: #505178; }
span { border-color: rgb(80,81,120); }
td.TdClassName
{
border-color: #505178;
}
.TagClassName
{
border-color: #505178;
}
</style>