#536556

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

Shades of Mineral Green #536556

Tints of Mineral Green #536556

Color information

#536556 (or 0x536556) is unknown color: approx Mineral Green. HEX triplet: 53, 65 and 56. RGB value is (83,101,86). Sum of RGB (Red+Green+Blue) = 83+101+86=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #536556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536556 is #AC9AA9. Grayscale: #5D5D5D. Windows color (decimal): -11311786 or 5662035. OLE color: 5662035.

HSL color Cylindrical-coordinate representation of color #536556: hue angle of 130º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536556 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB8310186-
CMYK0.1800.150.60
HSL130º9.78%36.08%-
HSV(B)130º17.82%39.61%-
XYZ9.911.8210.56-
YUV93.91123.54120.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=30.74%
G=37.41%
B=31.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101860.1800.150.601309.7836.08
Hex536556120F3C82a24
Octal12314512622017742021244
Binary1010011110010110101101001001111111100100000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536556; }

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

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

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

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

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

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

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

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