Shades of Meteorite #504367
Tints of Meteorite #504367
RGB
CMYK
RGB Variations
Color information
#504367 (or 0x504367) is known color: Meteorite. HEX triplet: 50, 43 and 67. RGB value is (80,67,103). Sum of RGB (Red+Green+Blue) = 80+67+103=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #504367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504367 is #AFBC98. Grayscale: #4A4A4A. Windows color (decimal): -11517081 or 6767440. OLE color: 6767440.
HSL color Cylindrical-coordinate representation of color #504367: hue angle of 261.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504367 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 67 | 103 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.60 |
| HSL | 261.67º | 0.21% | 0.33% | - |
| HSV(B) | 261.67º | 0.35% | 0.4% | - |
| XYZ | 7.76 | 6.7 | 13.72 | - |
| YUV | 74.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 103 | 0.22 | 0.35 | 0 | 0.60 | 261.67 | 0.21 | 0.33 |
| Hex | 50 | 43 | 67 | 16 | 23 | 0 | 3C | 106 | 15 | 21 |
| Octal | 120 | 103 | 147 | 26 | 43 | 0 | 74 | 406 | 25 | 41 |
| Binary | 1010000 | 1000011 | 1100111 | 10110 | 100011 | 0 | 111100 | 100000110 | 10101 | 100001 |
Color Harmonies of #504367
Complementary color
Monochromatic Colors of #504367
Black with #504367
Text Example
Text Example
White with #504367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504367; }
p { color: rgb(80,67,103); }
H1.HeaderClassName
{
color: #504367;
}
.AnyTagClassName
{
color: #504367;
}
</style>
background-color css
<style>
a { background-color: #504367; }
a { background-color: rgb(80,67,103); }
div.DivClassName
{
background-color: #504367;
}
.BgClassName
{
background-color: #504367;
}
</style>
border-color css
<style>
span { border-color: #504367; }
span { border-color: rgb(80,67,103); }
td.TdClassName
{
border-color: #504367;
}
.TagClassName
{
border-color: #504367;
}
</style>