#537A64

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

Shades of Como #537A64

Tints of Como #537A64

Color information

#537A64 (or 0x537A64) is unknown color: approx Como. HEX triplet: 53, 7A and 64. RGB value is (83,122,100). Sum of RGB (Red+Green+Blue) = 83+122+100=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #537A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A64 is #AC859B. Grayscale: #6B6B6B. Windows color (decimal): -11306396 or 6584915. OLE color: 6584915.

HSL color Cylindrical-coordinate representation of color #537A64: hue angle of 146.15º 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 #537A64 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB83122100-
CMYK0.3200.180.52
HSL146.15º19.02%40.2%-
HSV(B)146.15º31.97%47.84%-
XYZ12.8316.6814.6-
YUV107.83123.58110.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=27.21%
G=40%
B=32.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831221000.3200.180.52146.1519.0240.2
Hex537A642001234921328
Octal12317214440022642222350
Binary1010011111101011001001000000100101101001001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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