#537C5B

Color #537C5B Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #537C5B

Tints of Como #537C5B

Color information

#537C5B (or 0x537C5B) is unknown color: approx Como. HEX triplet: 53, 7C and 5B. RGB value is (83,124,91). Sum of RGB (Red+Green+Blue) = 83+124+91=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #537C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C5B is #AC83A4. Grayscale: #6C6C6C. Windows color (decimal): -11305893 or 5995603. OLE color: 5995603.

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

Color convert

RGB8312491-
CMYK0.3300.270.51
HSL131.71º19.81%40.59%-
HSV(B)131.71º33.06%48.63%-
XYZ12.6617.0112.51-
YUV107.98118.42110.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=27.85%
G=41.61%
B=30.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124910.3300.270.51131.7119.8140.59
Hex537C5B2101B33841429
Octal12317413341033632042451
Binary1010011111110010110111000010110111100111000010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,124,91); }

 H1.HeaderClassName
 {
   color: #537C5B;
 }
 .AnyTagClassName
 {
   color: #537C5B;
 }
</style>
background-color css

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

 a { background-color: rgb(83,124,91); }

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

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

 span { border-color: rgb(83,124,91); }

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