Shades of Meteorite #504267
Tints of Meteorite #504267
RGB
CMYK
RGB Variations
Color information
#504267 (or 0x504267) is known color: Meteorite. HEX triplet: 50, 42 and 67. RGB value is (80,66,103). Sum of RGB (Red+Green+Blue) = 80+66+103=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #504267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504267 is #AFBD98. Grayscale: #4A4A4A. Windows color (decimal): -11517337 or 6767184. OLE color: 6767184.
HSL color Cylindrical-coordinate representation of color #504267: hue angle of 262.7º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #504267 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 66 | 103 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.60 |
| HSL | 262.7º | 0.22% | 0.33% | - |
| HSV(B) | 262.7º | 0.36% | 0.4% | - |
| XYZ | 7.7 | 6.58 | 13.7 | - |
| YUV | 74.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 103 | 0.22 | 0.36 | 0 | 0.60 | 262.7 | 0.22 | 0.33 |
| Hex | 50 | 42 | 67 | 16 | 24 | 0 | 3C | 107 | 16 | 21 |
| Octal | 120 | 102 | 147 | 26 | 44 | 0 | 74 | 407 | 26 | 41 |
| Binary | 1010000 | 1000010 | 1100111 | 10110 | 100100 | 0 | 111100 | 100000111 | 10110 | 100001 |
Color Harmonies of #504267
Complementary color
Monochromatic Colors of #504267
Black with #504267
Text Example
Text Example
White with #504267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504267; }
p { color: rgb(80,66,103); }
H1.HeaderClassName
{
color: #504267;
}
.AnyTagClassName
{
color: #504267;
}
</style>
background-color css
<style>
a { background-color: #504267; }
a { background-color: rgb(80,66,103); }
div.DivClassName
{
background-color: #504267;
}
.BgClassName
{
background-color: #504267;
}
</style>
border-color css
<style>
span { border-color: #504267; }
span { border-color: rgb(80,66,103); }
td.TdClassName
{
border-color: #504267;
}
.TagClassName
{
border-color: #504267;
}
</style>