#554F47

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

Shades of Mondo #554F47

Tints of Mondo #554F47

Color information

#554F47 (or 0x554F47) is unknown color: approx Mondo. HEX triplet: 55, 4F and 47. RGB value is (85,79,71). Sum of RGB (Red+Green+Blue) = 85+79+71=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #554F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F47 is #AAB0B8. Grayscale: #4F4F4F. Windows color (decimal): -11186361 or 4673365. OLE color: 4673365.

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

Color convert

RGB857971-
CMYK00.070.160.67
HSL34.29º8.97%30.59%-
HSV(B)34.29º16.47%33.33%-
XYZ7.687.987.1-
YUV79.88122.99131.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=36.17%
G=33.62%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85797100.070.160.6734.298.9730.59
Hex554F470710432291f
Octal1251171070720103421137
Binary1010101100111110001110111100001000011100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F47; }

 p { color: rgb(85,79,71); }

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

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

 a { background-color: rgb(85,79,71); }

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

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

 span { border-color: rgb(85,79,71); }

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