#505145

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

Shades of Thunder #505145

Tints of Thunder #505145

Color information

#505145 (or 0x505145) is unknown color: approx Thunder. HEX triplet: 50, 51 and 45. RGB value is (80,81,69). Sum of RGB (Red+Green+Blue) = 80+81+69=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 81 - color contains mainly: green. Hex color #505145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505145 is #AFAEBA. Grayscale: #4F4F4F. Windows color (decimal): -11513531 or 4542800. OLE color: 4542800.

HSL color Cylindrical-coordinate representation of color #505145: hue angle of 65º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505145 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB808169-
CMYK0.0100.150.68
HSL65º8%29.41%-
HSV(B)65º14.81%31.76%-
XYZ7.328.026.79-
YUV79.33122.17128.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 69 (27.34% from 255) = 30%
R=34.78%
G=35.22%
B=30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081690.0100.150.6865829.41
Hex50514510F444181d
Octal12012110510171041011035
Binary10100001010001100010110111110001001000001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505145; }

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

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

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

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

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

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

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

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