#505042

Color #505042 Thunder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thunder #505042

Tints of Thunder #505042

Color information

#505042 (or 0x505042) is unknown color: approx 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.17%. 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

RGB808066-
CMYK000.170.69
HSL60º9.59%28.63%-
HSV(B)60º17.5%31.37%-
XYZ7.167.846.29-
YUV78.4121129.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=35.40%
G=35.40%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808066000.170.69609.5928.63
Hex5050420011453ca1d
Octal1201201020021105741235
Binary10100001010000100001000100011000101111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>