#536A56

Color #536A56 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #536A56

Tints of Mineral Green #536A56

Color information

#536A56 (or 0x536A56) is unknown color: approx Mineral Green. HEX triplet: 53, 6A and 56. RGB value is (83,106,86). Sum of RGB (Red+Green+Blue) = 83+106+86=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #536A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A56 is #AC95A9. Grayscale: #606060. Windows color (decimal): -11310506 or 5663315. OLE color: 5663315.

HSL color Cylindrical-coordinate representation of color #536A56: hue angle of 127.83º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536A56 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB8310686-
CMYK0.2200.190.58
HSL127.83º12.17%37.06%-
HSV(B)127.83º21.7%41.57%-
XYZ10.412.8210.73-
YUV96.84121.88118.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=30.18%
G=38.55%
B=31.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83106860.2200.190.58127.8312.1737.06
Hex536A56160133A80c25
Octal12315212626023722001445
Binary10100111101010101011010110010011111010100000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536A56; }

 p { color: rgb(83,106,86); }

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

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

 a { background-color: rgb(83,106,86); }

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

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

 span { border-color: rgb(83,106,86); }

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