#536056

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

Shades of Mineral Green #536056

Tints of Mineral Green #536056

Color information

#536056 (or 0x536056) is unknown color: approx Mineral Green. HEX triplet: 53, 60 and 56. RGB value is (83,96,86). Sum of RGB (Red+Green+Blue) = 83+96+86=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #536056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536056 is #AC9FA9. Grayscale: #5B5B5B. Windows color (decimal): -11313066 or 5660755. OLE color: 5660755.

HSL color Cylindrical-coordinate representation of color #536056: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536056 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB839686-
CMYK0.1400.100.62
HSL133.85º7.26%35.1%-
HSV(B)133.85º13.54%37.65%-
XYZ9.4310.8810.41-
YUV90.97125.19122.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=31.32%
G=36.23%
B=32.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396860.1400.100.62133.857.2635.1
Hex536056E0A3E86723
Octal1231401261601276206743
Binary10100111100000101011011100101011111010000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536056; }

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

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

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

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

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

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

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

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