#585042

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

Shades of Mondo #585042

Tints of Mondo #585042

Color information

#585042 (or 0x585042) is unknown color: approx Mondo. HEX triplet: 58, 50 and 42. RGB value is (88,80,66). Sum of RGB (Red+Green+Blue) = 88+80+66=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #585042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585042 is #A7AFBD. Grayscale: #505050. Windows color (decimal): -10989502 or 4345944. OLE color: 4345944.

HSL color Cylindrical-coordinate representation of color #585042: hue angle of 38.18º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585042 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB888066-
CMYK00.090.250.65
HSL38.18º14.29%30.2%-
HSV(B)38.18º25%34.51%-
XYZ7.888.216.32-
YUV80.8119.65133.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=37.61%
G=34.19%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88806600.090.250.6538.1814.2930.2
Hex58504209194126e1e
Octal13012010201131101461636
Binary10110001010000100001001001110011000001100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585042; }

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

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

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

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

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

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

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

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