#536857

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

Shades of Mineral Green #536857

Tints of Mineral Green #536857

Color information

#536857 (or 0x536857) is unknown color: approx Mineral Green. HEX triplet: 53, 68 and 57. RGB value is (83,104,87). Sum of RGB (Red+Green+Blue) = 83+104+87=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #536857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536857 is #AC97A8. Grayscale: #5F5F5F. Windows color (decimal): -11311017 or 5728339. OLE color: 5728339.

HSL color Cylindrical-coordinate representation of color #536857: hue angle of 131.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536857 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB8310487-
CMYK0.2000.160.59
HSL131.43º11.23%36.67%-
HSV(B)131.43º20.19%40.78%-
XYZ10.2412.4310.88-
YUV95.78123.04118.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 87 (34.38% from 255) = 31.75%
R=30.29%
G=37.96%
B=31.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104870.2000.160.59131.4311.2336.67
Hex536857140103B83b25
Octal12315012724020732031345
Binary10100111101000101011110100010000111011100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536857; }

 p { color: rgb(83,104,87); }

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

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

 a { background-color: rgb(83,104,87); }

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

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

 span { border-color: rgb(83,104,87); }

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