#565049

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

Shades of Mondo #565049

Tints of Mondo #565049

Color information

#565049 (or 0x565049) is unknown color: approx Mondo. HEX triplet: 56, 50 and 49. RGB value is (86,80,73). Sum of RGB (Red+Green+Blue) = 86+80+73=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 86 - color contains mainly: red. Hex color #565049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565049 is #A9AFB6. Grayscale: #515151. Windows color (decimal): -11120567 or 4804694. OLE color: 4804694.

HSL color Cylindrical-coordinate representation of color #565049: hue angle of 32.31º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #565049 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB868073-
CMYK00.070.150.66
HSL32.31º8.18%31.18%-
HSV(B)32.31º15.12%33.73%-
XYZ7.918.27.47-
YUV81123.49131.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=35.98%
G=33.47%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86807300.070.150.6632.318.1831.18
Hex56504907F422081f
Octal1261201110717102401037
Binary101011010100001001001011111111000010100000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565049; }

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

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

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

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

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

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

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

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