Html Css Color HEX #505041 Thunder

📋 copy color: '#505041'

red 80 ◦ green 80 ◦ blue 65

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

Shades of Thunder #505041

Tints of Thunder #505041

RGB

 RED value IS 80 (31.64% from 255) = 35.56%

 GREEN value IS 80 (31.64% from 255) = 35.56%

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 35.56%
G = 35.56%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#505041 (or 0x505041) is known color: Thunder. HEX triplet: 50, 50 and 41. RGB value is (80,80,65). Sum of RGB (Red+Green+Blue) = 80+80+65=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505041 is #AFAFBE. Grayscale: #4E4E4E. Windows color (decimal): -11513791 or 4280400. OLE color: 4280400.

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

Color convert

RGB 80 80 65 -
CMYK 0 0 0.19 0.69
HSL 60º 0.1% 0.28% -
HSV(B) 60º 0.19% 0.31% -
XYZ 7.13 7.82 6.14 -
YUV 78.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 80 80 65 0 0 0.19 0.69 60 0.1 0.28
Hex 50 50 41 0 0 13 45 3C A 1C
Octal 120 120 101 0 0 23 105 74 12 34
Binary 1010000 1010000 1000001 0 0 10011 1000101 111100 1010 11100

Color Harmonies of #505041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505041

Black with #505041

Text Example


Text Example

White with #505041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505041; }

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

 H1.HeaderClassName
 {
   color: #505041;
 }
 .AnyTagClassName
 {
   color: #505041;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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