Html Css Color HEX #505040 Thunder

📋 copy color: '#505040'

red 80 ◦ green 80 ◦ blue 64

#505040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunder #505040

Tints of Thunder #505040

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 value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#505040 (or 0x505040) is known color: 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

RGB 80 80 64 -
CMYK 0 0 0.20 0.69
HSL 60º 0.11% 0.28% -
HSV(B) 60º 0.2% 0.31% -
XYZ 7.1 7.81 5.98 -
YUV 78.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 80 80 64 0 0 0.20 0.69 60 0.11 0.28
Hex 50 50 40 0 0 14 45 3C B 1C
Octal 120 120 100 0 0 24 105 74 13 34
Binary 1010000 1010000 1000000 0 0 10100 1000101 111100 1011 11100

Color Harmonies of #505040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505040

Black with #505040

Text Example


Text Example

White with #505040

Text Example


Text Example

HTML Codes & Css Web 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>