Html Css Color HEX #537E61 Como

📋 copy color: '#537E61'

red 83 ◦ green 126 ◦ blue 97

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

Shades of Como #537E61

Tints of Como #537E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.18%

 BLUE value IS 97 (38.28% from 255) = 31.7%

R = 27.12%
G = 41.18%
B = 31.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#537E61 (or 0x537E61) is known color: Como. HEX triplet: 53, 7E and 61. RGB value is (83,126,97). Sum of RGB (Red+Green+Blue) = 83+126+97=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #537E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E61 is #AC819E. Grayscale: #6D6D6D. Windows color (decimal): -11305375 or 6389331. OLE color: 6389331.

HSL color Cylindrical-coordinate representation of color #537E61: hue angle of 139.53º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #537E61 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 126 97 -
CMYK 0.34 0 0.23 0.51
HSL 139.53º 0.21% 0.41% -
HSV(B) 139.53º 0.34% 0.49% -
XYZ 13.19 17.62 14.02 -
YUV 109.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 83 126 97 0.34 0 0.23 0.51 139.53 0.21 0.41
Hex 53 7E 61 22 0 17 33 8C 15 29
Octal 123 176 141 42 0 27 63 214 25 51
Binary 1010011 1111110 1100001 100010 0 10111 110011 10001100 10101 101001

Color Harmonies of #537E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E61

Black with #537E61

Text Example


Text Example

White with #537E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537E61; }

 p { color: rgb(83,126,97); }

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

background-color css

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

 a { background-color: rgb(83,126,97); }

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

border-color css

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

 span { border-color: rgb(83,126,97); }

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