#55504A

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

Shades of Mondo #55504A

Tints of Mondo #55504A

Color information

#55504A (or 0x55504A) is unknown color: approx Mondo. HEX triplet: 55, 50 and 4A. RGB value is (85,80,74). Sum of RGB (Red+Green+Blue) = 85+80+74=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #55504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55504A is #AAAFB5. Grayscale: #505050. Windows color (decimal): -11186102 or 4870229. OLE color: 4870229.

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

Color convert

RGB858074-
CMYK00.060.130.67
HSL32.73º6.92%31.18%-
HSV(B)32.73º12.94%33.33%-
XYZ7.858.167.64-
YUV80.81124.16130.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=35.56%
G=33.47%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85807400.060.130.6732.736.9231.18
Hex55504A06D432171f
Octal125120112061510341737
Binary10101011010000100101001101101100001110000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55504A; }

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

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

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

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

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

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

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

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