Html Css Color HEX #505042 Thunder

📋 copy color: '#505042'

red 80 ◦ green 80 ◦ blue 66

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

Shades of Thunder #505042

Tints of Thunder #505042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.2%

R = 35.4%
G = 35.4%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#505042 (or 0x505042) is known color: Thunder. HEX triplet: 50, 50 and 42. RGB value is (80,80,66). Sum of RGB (Red+Green+Blue) = 80+80+66=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505042 is #AFAFBD. Grayscale: #4E4E4E. Windows color (decimal): -11513790 or 4345936. OLE color: 4345936.

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

Color convert

RGB 80 80 66 -
CMYK 0 0 0.17 0.69
HSL 60º 0.1% 0.29% -
HSV(B) 60º 0.18% 0.31% -
XYZ 7.16 7.84 6.29 -
YUV 78.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 80 80 66 0 0 0.17 0.69 60 0.1 0.29
Hex 50 50 42 0 0 11 45 3C A 1D
Octal 120 120 102 0 0 21 105 74 12 35
Binary 1010000 1010000 1000010 0 0 10001 1000101 111100 1010 11101

Color Harmonies of #505042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505042

Black with #505042

Text Example


Text Example

White with #505042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505042; }

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

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

background-color css

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

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

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

border-color css

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

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

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