Html Css Color HEX #536A57 Mineral Green

📋 copy color: '#536A57'

red 83 ◦ green 106 ◦ blue 87

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

Shades of Mineral Green #536A57

Tints of Mineral Green #536A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

 BLUE value IS 87 (34.38% from 255) = 31.52%

R = 30.07%
G = 38.41%
B = 31.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#536A57 (or 0x536A57) is known color: Mineral Green. HEX triplet: 53, 6A and 57. RGB value is (83,106,87). Sum of RGB (Red+Green+Blue) = 83+106+87=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 106 - color contains mainly: green. Hex color #536A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A57 is #AC95A8. Grayscale: #616161. Windows color (decimal): -11310505 or 5728851. OLE color: 5728851.

HSL color Cylindrical-coordinate representation of color #536A57: hue angle of 130.43º 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 #536A57 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 106 87 -
CMYK 0.22 0 0.18 0.58
HSL 130.43º 0.12% 0.37% -
HSV(B) 130.43º 0.22% 0.42% -
XYZ 10.44 12.84 10.94 -
YUV 96.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 83 106 87 0.22 0 0.18 0.58 130.43 0.12 0.37
Hex 53 6A 57 16 0 12 3A 82 C 25
Octal 123 152 127 26 0 22 72 202 14 45
Binary 1010011 1101010 1010111 10110 0 10010 111010 10000010 1100 100101

Color Harmonies of #536A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A57

Black with #536A57

Text Example


Text Example

White with #536A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536A57; }

 p { color: rgb(83,106,87); }

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

background-color css

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

 a { background-color: rgb(83,106,87); }

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

border-color css

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

 span { border-color: rgb(83,106,87); }

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