#537A65

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

Shades of Como #537A65

Tints of Como #537A65

Color information

#537A65 (or 0x537A65) is unknown color: approx Como. HEX triplet: 53, 7A and 65. RGB value is (83,122,101). Sum of RGB (Red+Green+Blue) = 83+122+101=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #537A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A65 is #AC859A. Grayscale: #6B6B6B. Windows color (decimal): -11306395 or 6650451. OLE color: 6650451.

HSL color Cylindrical-coordinate representation of color #537A65: hue angle of 147.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A65 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB83122101-
CMYK0.3200.170.52
HSL147.69º19.02%40.2%-
HSV(B)147.69º31.97%47.84%-
XYZ12.8816.714.86-
YUV107.94124.08110.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 101 (39.84% from 255) = 33.01%
R=27.12%
G=39.87%
B=33.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831221010.3200.170.52147.6919.0240.2
Hex537A652001134941328
Octal12317214540021642242350
Binary1010011111101011001011000000100011101001001010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,122,101); }

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

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

 a { background-color: rgb(83,122,101); }

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

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

 span { border-color: rgb(83,122,101); }

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