Html Css Color HEX #537E5D Como

📋 copy color: '#537E5D'

red 83 ◦ green 126 ◦ blue 93

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

Shades of Como #537E5D

Tints of Como #537E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 27.48%
G = 41.72%
B = 30.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#537E5D (or 0x537E5D) is known color: Como. HEX triplet: 53, 7E and 5D. RGB value is (83,126,93). Sum of RGB (Red+Green+Blue) = 83+126+93=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #537E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E5D is #AC81A2. Grayscale: #6D6D6D. Windows color (decimal): -11305379 or 6127187. OLE color: 6127187.

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

Color convert

RGB 83 126 93 -
CMYK 0.34 0 0.26 0.51
HSL 133.95º 0.21% 0.41% -
HSV(B) 133.95º 0.34% 0.49% -
XYZ 13 17.55 13.06 -
YUV 109.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 83 126 93 0.34 0 0.26 0.51 133.95 0.21 0.41
Hex 53 7E 5D 22 0 1A 33 86 15 29
Octal 123 176 135 42 0 32 63 206 25 51
Binary 1010011 1111110 1011101 100010 0 11010 110011 10000110 10101 101001

Color Harmonies of #537E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E5D

Black with #537E5D

Text Example


Text Example

White with #537E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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