#565046

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

Shades of Mondo #565046

Tints of Mondo #565046

Color information

#565046 (or 0x565046) is unknown color: approx Mondo. HEX triplet: 56, 50 and 46. RGB value is (86,80,70). Sum of RGB (Red+Green+Blue) = 86+80+70=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 86 - color contains mainly: red. Hex color #565046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565046 is #A9AFB9. Grayscale: #505050. Windows color (decimal): -11120570 or 4608086. OLE color: 4608086.

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

Color convert

RGB868070-
CMYK00.070.190.66
HSL37.5º10.26%30.59%-
HSV(B)37.5º18.6%33.73%-
XYZ7.818.166.96-
YUV80.65121.99131.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=36.44%
G=33.90%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86807000.070.190.6637.510.2630.59
Hex56504607134226a1f
Octal1261201060723102461237
Binary1010110101000010001100111100111000010100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565046; }

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

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

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

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

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

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

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

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