#554F46

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

Shades of Mondo #554F46

Tints of Mondo #554F46

Color information

#554F46 (or 0x554F46) is unknown color: approx Mondo. HEX triplet: 55, 4F and 46. RGB value is (85,79,70). Sum of RGB (Red+Green+Blue) = 85+79+70=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F46 is #AAB0B9. Grayscale: #4F4F4F. Windows color (decimal): -11186362 or 4607829. OLE color: 4607829.

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

Color convert

RGB857970-
CMYK00.070.180.67
HSL36º9.68%30.39%-
HSV(B)36º17.65%33.33%-
XYZ7.657.976.93-
YUV79.77122.49131.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=36.32%
G=33.76%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85797000.070.180.67369.6830.39
Hex554F4607124324a1e
Octal1251171060722103441236
Binary1010101100111110001100111100101000011100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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