#505045

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

Shades of Thunder #505045

Tints of Thunder #505045

Color information

#505045 (or 0x505045) is unknown color: approx Thunder. HEX triplet: 50, 50 and 45. RGB value is (80,80,69). Sum of RGB (Red+Green+Blue) = 80+80+69=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505045 is #AFAFBA. Grayscale: #4E4E4E. Windows color (decimal): -11513787 or 4542544. OLE color: 4542544.

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

Color convert

RGB808069-
CMYK000.140.69
HSL60º7.38%29.22%-
HSV(B)60º13.75%31.37%-
XYZ7.257.876.77-
YUV78.75122.5128.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=34.93%
G=34.93%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808069000.140.69607.3829.22
Hex50504500E453c71d
Octal120120105001610574735
Binary101000010100001000101001110100010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505045; }

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

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

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

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

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

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

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

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