Html Css Color HEX #536A56 Mineral Green

📋 copy color: '#536A56'

red 83 ◦ green 106 ◦ blue 86

#536A56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #536A56

Tints of Mineral Green #536A56

RGB

 RED value IS 83 (32.81% from 255) = 30.18%

 GREEN value IS 106 (41.8% 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 value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#536A56 (or 0x536A56) is known color: 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

RGB 83 106 86 -
CMYK 0.22 0 0.19 0.58
HSL 127.83º 0.12% 0.37% -
HSV(B) 127.83º 0.22% 0.42% -
XYZ 10.4 12.82 10.73 -
YUV 96.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 83 106 86 0.22 0 0.19 0.58 127.83 0.12 0.37
Hex 53 6A 56 16 0 13 3A 80 C 25
Octal 123 152 126 26 0 23 72 200 14 45
Binary 1010011 1101010 1010110 10110 0 10011 111010 10000000 1100 100101

Color Harmonies of #536A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A56

Black with #536A56

Text Example


Text Example

White with #536A56

Text Example


Text Example

HTML Codes & Css Web 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>