Shades of Meteorite #50436F
Tints of Meteorite #50436F
RGB
CMYK
RGB Variations
Color information
#50436F (or 0x50436F) is known color: Meteorite. HEX triplet: 50, 43 and 6F. RGB value is (80,67,111). Sum of RGB (Red+Green+Blue) = 80+67+111=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #50436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50436F is #AFBC90. Grayscale: #4B4B4B. Windows color (decimal): -11517073 or 7291728. OLE color: 7291728.
HSL color Cylindrical-coordinate representation of color #50436F: hue angle of 257.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50436F is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 67 | 111 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.56 |
| HSL | 257.73º | 0.25% | 0.35% | - |
| HSV(B) | 257.73º | 0.4% | 0.44% | - |
| XYZ | 8.18 | 6.87 | 15.93 | - |
| YUV | 75.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 111 | 0.28 | 0.40 | 0 | 0.56 | 257.73 | 0.25 | 0.35 |
| Hex | 50 | 43 | 6F | 1C | 28 | 0 | 38 | 102 | 19 | 23 |
| Octal | 120 | 103 | 157 | 34 | 50 | 0 | 70 | 402 | 31 | 43 |
| Binary | 1010000 | 1000011 | 1101111 | 11100 | 101000 | 0 | 111000 | 100000010 | 11001 | 100011 |
Color Harmonies of #50436F
Complementary color
Monochromatic Colors of #50436F
Black with #50436F
Text Example
Text Example
White with #50436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50436F; }
p { color: rgb(80,67,111); }
H1.HeaderClassName
{
color: #50436F;
}
.AnyTagClassName
{
color: #50436F;
}
</style>
background-color css
<style>
a { background-color: #50436F; }
a { background-color: rgb(80,67,111); }
div.DivClassName
{
background-color: #50436F;
}
.BgClassName
{
background-color: #50436F;
}
</style>
border-color css
<style>
span { border-color: #50436F; }
span { border-color: rgb(80,67,111); }
td.TdClassName
{
border-color: #50436F;
}
.TagClassName
{
border-color: #50436F;
}
</style>