Html Css Color HEX #536559 Mineral Green

📋 copy color: '#536559'

red 83 ◦ green 101 ◦ blue 89

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

Shades of Mineral Green #536559

Tints of Mineral Green #536559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 30.4%
G = 37%
B = 32.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#536559 (or 0x536559) is known color: Mineral Green. HEX triplet: 53, 65 and 59. RGB value is (83,101,89). Sum of RGB (Red+Green+Blue) = 83+101+89=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #536559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536559 is #AC9AA6. Grayscale: #5E5E5E. Windows color (decimal): -11311783 or 5858643. OLE color: 5858643.

HSL color Cylindrical-coordinate representation of color #536559: hue angle of 140º 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 #536559 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 89 -
CMYK 0.18 0 0.12 0.60
HSL 140º 0.1% 0.36% -
HSV(B) 140º 0.18% 0.4% -
XYZ 10.02 11.87 11.21 -
YUV 94.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 83 101 89 0.18 0 0.12 0.60 140 0.1 0.36
Hex 53 65 59 12 0 C 3C 8C A 24
Octal 123 145 131 22 0 14 74 214 12 44
Binary 1010011 1100101 1011001 10010 0 1100 111100 10001100 1010 100100

Color Harmonies of #536559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536559

Black with #536559

Text Example


Text Example

White with #536559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536559; }

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

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

background-color css

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

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

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

border-color css

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

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

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