Html Css Color HEX #536856 Mineral Green

📋 copy color: '#536856'

red 83 ◦ green 104 ◦ blue 86

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

Shades of Mineral Green #536856

Tints of Mineral Green #536856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.1%

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 30.4%
G = 38.1%
B = 31.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#536856 (or 0x536856) is known color: Mineral Green. HEX triplet: 53, 68 and 56. RGB value is (83,104,86). Sum of RGB (Red+Green+Blue) = 83+104+86=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #536856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536856 is #AC97A9. Grayscale: #5F5F5F. Windows color (decimal): -11311018 or 5662803. OLE color: 5662803.

HSL color Cylindrical-coordinate representation of color #536856: hue angle of 128.57º 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 #536856 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 86 -
CMYK 0.20 0 0.17 0.59
HSL 128.57º 0.11% 0.37% -
HSV(B) 128.57º 0.2% 0.41% -
XYZ 10.2 12.41 10.66 -
YUV 95.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 83 104 86 0.20 0 0.17 0.59 128.57 0.11 0.37
Hex 53 68 56 14 0 11 3B 81 B 25
Octal 123 150 126 24 0 21 73 201 13 45
Binary 1010011 1101000 1010110 10100 0 10001 111011 10000001 1011 100101

Color Harmonies of #536856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536856

Black with #536856

Text Example


Text Example

White with #536856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536856; }

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

 H1.HeaderClassName
 {
   color: #536856;
 }
 .AnyTagClassName
 {
   color: #536856;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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