#536157

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

Shades of Mineral Green #536157

Tints of Mineral Green #536157

Color information

#536157 (or 0x536157) is unknown color: approx Mineral Green. HEX triplet: 53, 61 and 57. RGB value is (83,97,87). Sum of RGB (Red+Green+Blue) = 83+97+87=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #536157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536157 is #AC9EA8. Grayscale: #5B5B5B. Windows color (decimal): -11312809 or 5726547. OLE color: 5726547.

HSL color Cylindrical-coordinate representation of color #536157: hue angle of 137.14º degrees, saturation: 0.08, 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 #536157 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB839787-
CMYK0.1400.100.62
HSL137.14º7.78%35.29%-
HSV(B)137.14º14.43%38.04%-
XYZ9.5611.0810.65-
YUV91.67125.36121.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=31.09%
G=36.33%
B=32.58%

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
Decimal8397870.1400.100.62137.147.7835.29
Hex536157E0A3E89823
Octal12314112716012762111043
Binary101001111000011010111111001010111110100010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536157; }

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

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

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

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

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

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

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

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