#565047

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

Shades of Mondo #565047

Tints of Mondo #565047

Color information

#565047 (or 0x565047) is unknown color: approx Mondo. HEX triplet: 56, 50 and 47. RGB value is (86,80,71). Sum of RGB (Red+Green+Blue) = 86+80+71=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #565047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565047 is #A9AFB8. Grayscale: #505050. Windows color (decimal): -11120569 or 4673622. OLE color: 4673622.

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

Color convert

RGB868071-
CMYK00.070.170.66
HSL36º9.55%30.78%-
HSV(B)36º17.44%33.73%-
XYZ7.848.177.12-
YUV80.77122.49131.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=36.29%
G=33.76%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86807100.070.170.66369.5530.78
Hex56504707114224a1f
Octal1261201070721102441237
Binary1010110101000010001110111100011000010100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565047; }

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

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

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

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

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

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

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

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