#575042

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

Shades of Mondo #575042

Tints of Mondo #575042

Color information

#575042 (or 0x575042) is unknown color: approx Mondo. HEX triplet: 57, 50 and 42. RGB value is (87,80,66). Sum of RGB (Red+Green+Blue) = 87+80+66=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #575042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575042 is #A8AFBD. Grayscale: #505050. Windows color (decimal): -11055038 or 4345943. OLE color: 4345943.

HSL color Cylindrical-coordinate representation of color #575042: hue angle of 40º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575042 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB878066-
CMYK00.080.240.66
HSL40º13.73%30%-
HSV(B)40º24.14%34.12%-
XYZ7.788.166.32-
YUV80.5119.82132.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=37.34%
G=34.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87806600.080.240.664013.7330
Hex57504208184228e1e
Octal12712010201030102501636
Binary10101111010000100001001000110001000010101000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575042; }

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

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

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

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

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

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

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

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