Html Css Color HEX #537E5E Como

📋 copy color: '#537E5E'

red 83 ◦ green 126 ◦ blue 94

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

Shades of Como #537E5E

Tints of Como #537E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 27.39%
G = 41.58%
B = 31.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#537E5E (or 0x537E5E) is known color: Como. HEX triplet: 53, 7E and 5E. RGB value is (83,126,94). Sum of RGB (Red+Green+Blue) = 83+126+94=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #537E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E5E is #AC81A1. Grayscale: #6D6D6D. Windows color (decimal): -11305378 or 6192723. OLE color: 6192723.

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

Color convert

RGB 83 126 94 -
CMYK 0.34 0 0.25 0.51
HSL 135.35º 0.21% 0.41% -
HSV(B) 135.35º 0.34% 0.49% -
XYZ 13.05 17.57 13.29 -
YUV 109.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 83 126 94 0.34 0 0.25 0.51 135.35 0.21 0.41
Hex 53 7E 5E 22 0 19 33 87 15 29
Octal 123 176 136 42 0 31 63 207 25 51
Binary 1010011 1111110 1011110 100010 0 11001 110011 10000111 10101 101001

Color Harmonies of #537E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E5E

Black with #537E5E

Text Example


Text Example

White with #537E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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