Html Css Color HEX #537E62 Como

📋 copy color: '#537E62'

red 83 ◦ green 126 ◦ blue 98

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

Shades of Como #537E62

Tints of Como #537E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 27.04%
G = 41.04%
B = 31.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#537E62 (or 0x537E62) is known color: Como. HEX triplet: 53, 7E and 62. RGB value is (83,126,98). Sum of RGB (Red+Green+Blue) = 83+126+98=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #537E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E62 is #AC819D. Grayscale: #6E6E6E. Windows color (decimal): -11305374 or 6454867. OLE color: 6454867.

HSL color Cylindrical-coordinate representation of color #537E62: hue angle of 140.93º 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 #537E62 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 126 98 -
CMYK 0.34 0 0.22 0.51
HSL 140.93º 0.21% 0.41% -
HSV(B) 140.93º 0.34% 0.49% -
XYZ 13.23 17.64 14.26 -
YUV 109.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 83 126 98 0.34 0 0.22 0.51 140.93 0.21 0.41
Hex 53 7E 62 22 0 16 33 8D 15 29
Octal 123 176 142 42 0 26 63 215 25 51
Binary 1010011 1111110 1100010 100010 0 10110 110011 10001101 10101 101001

Color Harmonies of #537E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E62

Black with #537E62

Text Example


Text Example

White with #537E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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