#555049

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

Shades of Mondo #555049

Tints of Mondo #555049

Color information

#555049 (or 0x555049) is unknown color: approx Mondo. HEX triplet: 55, 50 and 49. RGB value is (85,80,73). Sum of RGB (Red+Green+Blue) = 85+80+73=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #555049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555049 is #AAAFB6. Grayscale: #505050. Windows color (decimal): -11186103 or 4804693. OLE color: 4804693.

HSL color Cylindrical-coordinate representation of color #555049: hue angle of 35º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555049 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB858073-
CMYK00.060.140.67
HSL35º7.59%30.98%-
HSV(B)35º14.12%33.33%-
XYZ7.828.157.46-
YUV80.7123.66131.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=35.71%
G=33.61%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85807300.060.140.67357.5930.98
Hex55504906E432381f
Octal1251201110616103431037
Binary101010110100001001001011011101000011100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555049; }

 p { color: rgb(85,80,73); }

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

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

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

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

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

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

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