#537C5C

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

Shades of Como #537C5C

Tints of Como #537C5C

Color information

#537C5C (or 0x537C5C) is unknown color: approx Como. HEX triplet: 53, 7C and 5C. RGB value is (83,124,92). Sum of RGB (Red+Green+Blue) = 83+124+92=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #537C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C5C is #AC83A3. Grayscale: #6C6C6C. Windows color (decimal): -11305892 or 6061139. OLE color: 6061139.

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

Color convert

RGB8312492-
CMYK0.3300.260.51
HSL133.17º19.81%40.59%-
HSV(B)133.17º33.06%48.63%-
XYZ12.7117.0312.74-
YUV108.09118.92110.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=27.76%
G=41.47%
B=30.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124920.3300.260.51133.1719.8140.59
Hex537C5C2101A33851429
Octal12317413441032632052451
Binary1010011111110010111001000010110101100111000010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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