#505040

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

Shades of Thunder #505040

Tints of Thunder #505040

Color information

#505040 (or 0x505040) is unknown color: approx Thunder. HEX triplet: 50, 50 and 40. RGB value is (80,80,64). Sum of RGB (Red+Green+Blue) = 80+80+64=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505040 is #AFAFBF. Grayscale: #4E4E4E. Windows color (decimal): -11513792 or 4214864. OLE color: 4214864.

HSL color Cylindrical-coordinate representation of color #505040: hue angle of 60º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #505040 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB808064-
CMYK000.200.69
HSL60º11.11%28.24%-
HSV(B)60º20%31.37%-
XYZ7.17.815.98-
YUV78.18120129.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808064000.200.696011.1128.24
Hex5050400014453cb1c
Octal1201201000024105741334
Binary10100001010000100000000101001000101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505040; }

 p { color: rgb(80,80,64); }

 H1.HeaderClassName
 {
   color: #505040;
 }
 .AnyTagClassName
 {
   color: #505040;
 }
</style>
background-color css

<style>
 a { background-color: #505040; }

 a { background-color: rgb(80,80,64); }

 div.DivClassName
 {
   background-color: #505040;
 }
 .BgClassName
 {
   background-color: #505040;
 }
</style>
border-color css

<style>
 span { border-color: #505040; }

 span { border-color: rgb(80,80,64); }

 td.TdClassName
 {
   border-color: #505040;
 }
 .TagClassName
 {
   border-color: #505040;
 }
</style>