Shades of Meteorite #50456B
Tints of Meteorite #50456B
RGB
CMYK
RGB Variations
Color information
#50456B (or 0x50456B) is known color: Meteorite. HEX triplet: 50, 45 and 6B. RGB value is (80,69,107). Sum of RGB (Red+Green+Blue) = 80+69+107=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #50456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50456B is #AFBA94. Grayscale: #4C4C4C. Windows color (decimal): -11516565 or 7030096. OLE color: 7030096.
HSL color Cylindrical-coordinate representation of color #50456B: hue angle of 257.37º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50456B is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 69 | 107 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.58 |
| HSL | 257.37º | 0.22% | 0.35% | - |
| HSV(B) | 257.37º | 0.36% | 0.42% | - |
| XYZ | 8.09 | 7.02 | 14.84 | - |
| YUV | 76.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 107 | 0.25 | 0.36 | 0 | 0.58 | 257.37 | 0.22 | 0.35 |
| Hex | 50 | 45 | 6B | 19 | 24 | 0 | 3A | 101 | 16 | 23 |
| Octal | 120 | 105 | 153 | 31 | 44 | 0 | 72 | 401 | 26 | 43 |
| Binary | 1010000 | 1000101 | 1101011 | 11001 | 100100 | 0 | 111010 | 100000001 | 10110 | 100011 |
Color Harmonies of #50456B
Complementary color
Monochromatic Colors of #50456B
Black with #50456B
Text Example
Text Example
White with #50456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50456B; }
p { color: rgb(80,69,107); }
H1.HeaderClassName
{
color: #50456B;
}
.AnyTagClassName
{
color: #50456B;
}
</style>
background-color css
<style>
a { background-color: #50456B; }
a { background-color: rgb(80,69,107); }
div.DivClassName
{
background-color: #50456B;
}
.BgClassName
{
background-color: #50456B;
}
</style>
border-color css
<style>
span { border-color: #50456B; }
span { border-color: rgb(80,69,107); }
td.TdClassName
{
border-color: #50456B;
}
.TagClassName
{
border-color: #50456B;
}
</style>