#52795D

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

Shades of Como #52795D

Tints of Como #52795D

Color information

#52795D (or 0x52795D) is unknown color: approx Como. HEX triplet: 52, 79 and 5D. RGB value is (82,121,93). Sum of RGB (Red+Green+Blue) = 82+121+93=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #52795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52795D is #AD86A2. Grayscale: #6A6A6A. Windows color (decimal): -11372195 or 6125906. OLE color: 6125906.

HSL color Cylindrical-coordinate representation of color #52795D: hue angle of 136.92º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52795D is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB8212193-
CMYK0.3200.230.53
HSL136.92º19.21%39.8%-
HSV(B)136.92º32.23%47.45%-
XYZ12.2916.2612.85-
YUV106.15120.58110.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=27.70%
G=40.88%
B=31.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121930.3200.230.53136.9219.2139.8
Hex52795D2001735891328
Octal12217113540027652112350
Binary1010010111100110111011000000101111101011000100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52795D; }

 p { color: rgb(82,121,93); }

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

<style>
 a { background-color: #52795D; }

 a { background-color: rgb(82,121,93); }

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

<style>
 span { border-color: #52795D; }

 span { border-color: rgb(82,121,93); }

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