Html Css Color HEX #536859 Mineral Green

📋 copy color: '#536859'

red 83 ◦ green 104 ◦ blue 89

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

Shades of Mineral Green #536859

Tints of Mineral Green #536859

RGB

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

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

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

R = 30.07%
G = 37.68%
B = 32.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#536859 (or 0x536859) is known color: Mineral Green. HEX triplet: 53, 68 and 59. RGB value is (83,104,89). Sum of RGB (Red+Green+Blue) = 83+104+89=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #536859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536859 is #AC97A6. Grayscale: #606060. Windows color (decimal): -11311015 or 5859411. OLE color: 5859411.

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

Color convert

RGB 83 104 89 -
CMYK 0.20 0 0.14 0.59
HSL 137.14º 0.11% 0.37% -
HSV(B) 137.14º 0.2% 0.41% -
XYZ 10.32 12.46 11.31 -
YUV 96.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 83 104 89 0.20 0 0.14 0.59 137.14 0.11 0.37
Hex 53 68 59 14 0 E 3B 89 B 25
Octal 123 150 131 24 0 16 73 211 13 45
Binary 1010011 1101000 1011001 10100 0 1110 111011 10001001 1011 100101

Color Harmonies of #536859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536859

Black with #536859

Text Example


Text Example

White with #536859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536859; }

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

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

background-color css

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

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

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

border-color css

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

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

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