Html Css Color HEX #536959 Mineral Green

📋 copy color: '#536959'

red 83 ◦ green 105 ◦ blue 89

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

Shades of Mineral Green #536959

Tints of Mineral Green #536959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 29.96%
G = 37.91%
B = 32.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#536959 (or 0x536959) is known color: Mineral Green. HEX triplet: 53, 69 and 59. RGB value is (83,105,89). Sum of RGB (Red+Green+Blue) = 83+105+89=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #536959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536959 is #AC96A6. Grayscale: #606060. Windows color (decimal): -11310759 or 5859667. OLE color: 5859667.

HSL color Cylindrical-coordinate representation of color #536959: hue angle of 136.36º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536959 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 89 -
CMYK 0.21 0 0.15 0.59
HSL 136.36º 0.12% 0.37% -
HSV(B) 136.36º 0.21% 0.41% -
XYZ 10.42 12.66 11.35 -
YUV 96.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 83 105 89 0.21 0 0.15 0.59 136.36 0.12 0.37
Hex 53 69 59 15 0 F 3B 88 C 25
Octal 123 151 131 25 0 17 73 210 14 45
Binary 1010011 1101001 1011001 10101 0 1111 111011 10001000 1100 100101

Color Harmonies of #536959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536959

Black with #536959

Text Example


Text Example

White with #536959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536959; }

 p { color: rgb(83,105,89); }

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

background-color css

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

 a { background-color: rgb(83,105,89); }

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

border-color css

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

 span { border-color: rgb(83,105,89); }

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