Shades of Thunder #505042
Tints of Thunder #505042
RGB
CMYK
RGB Variations
Color information
#505042 (or 0x505042) is known color: Thunder. HEX triplet: 50, 50 and 42. RGB value is (80,80,66). Sum of RGB (Red+Green+Blue) = 80+80+66=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505042 is #AFAFBD. Grayscale: #4E4E4E. Windows color (decimal): -11513790 or 4345936. OLE color: 4345936.
HSL color Cylindrical-coordinate representation of color #505042: hue angle of 60º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505042 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 80 | 66 | - |
| CMYK | 0 | 0 | 0.17 | 0.69 |
| HSL | 60º | 0.1% | 0.29% | - |
| HSV(B) | 60º | 0.18% | 0.31% | - |
| XYZ | 7.16 | 7.84 | 6.29 | - |
| YUV | 78.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 66 | 0 | 0 | 0.17 | 0.69 | 60 | 0.1 | 0.29 |
| Hex | 50 | 50 | 42 | 0 | 0 | 11 | 45 | 3C | A | 1D |
| Octal | 120 | 120 | 102 | 0 | 0 | 21 | 105 | 74 | 12 | 35 |
| Binary | 1010000 | 1010000 | 1000010 | 0 | 0 | 10001 | 1000101 | 111100 | 1010 | 11101 |
Color Harmonies of #505042
Complementary color
Monochromatic Colors of #505042
Black with #505042
Text Example
Text Example
White with #505042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505042; }
p { color: rgb(80,80,66); }
H1.HeaderClassName
{
color: #505042;
}
.AnyTagClassName
{
color: #505042;
}
</style>
background-color css
<style>
a { background-color: #505042; }
a { background-color: rgb(80,80,66); }
div.DivClassName
{
background-color: #505042;
}
.BgClassName
{
background-color: #505042;
}
</style>
border-color css
<style>
span { border-color: #505042; }
span { border-color: rgb(80,80,66); }
td.TdClassName
{
border-color: #505042;
}
.TagClassName
{
border-color: #505042;
}
</style>