#5A5042

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

Shades of Mondo #5A5042

Tints of Mondo #5A5042

Color information

#5A5042 (or 0x5A5042) is unknown color: approx Mondo. HEX triplet: 5A, 50 and 42. RGB value is (90,80,66). Sum of RGB (Red+Green+Blue) = 90+80+66=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5042 is #A5AFBD. Grayscale: #515151. Windows color (decimal): -10858430 or 4345946. OLE color: 4345946.

HSL color Cylindrical-coordinate representation of color #5A5042: hue angle of 35º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5042 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB908066-
CMYK00.110.270.65
HSL35º15.38%30.59%-
HSV(B)35º26.67%35.29%-
XYZ8.078.36.33-
YUV81.39119.31134.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=38.14%
G=33.90%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90806600.110.270.653515.3830.59
Hex5A50420B1B4123f1f
Octal13212010201333101431737
Binary10110101010000100001001011110111000001100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5042; }

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

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

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

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

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

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

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

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