#537A5F

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

Shades of Como #537A5F

Tints of Como #537A5F

Color information

#537A5F (or 0x537A5F) is unknown color: approx Como. HEX triplet: 53, 7A and 5F. RGB value is (83,122,95). Sum of RGB (Red+Green+Blue) = 83+122+95=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #537A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A5F is #AC85A0. Grayscale: #6B6B6B. Windows color (decimal): -11306401 or 6257235. OLE color: 6257235.

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

Color convert

RGB8312295-
CMYK0.3200.220.52
HSL138.46º19.02%40.2%-
HSV(B)138.46º31.97%47.84%-
XYZ12.5916.5813.36-
YUV107.26121.08110.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=27.67%
G=40.67%
B=31.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83122950.3200.220.52138.4619.0240.2
Hex537A5F20016348a1328
Octal12317213740026642122350
Binary1010011111101010111111000000101101101001000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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