#52795B

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

Shades of Como #52795B

Tints of Como #52795B

Color information

#52795B (or 0x52795B) is unknown color: approx Como. HEX triplet: 52, 79 and 5B. RGB value is (82,121,91). Sum of RGB (Red+Green+Blue) = 82+121+91=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #52795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52795B is #AD86A4. Grayscale: #6A6A6A. Windows color (decimal): -11372197 or 5994834. OLE color: 5994834.

HSL color Cylindrical-coordinate representation of color #52795B: hue angle of 133.85º 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 #52795B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB8212191-
CMYK0.3200.250.53
HSL133.85º19.21%39.8%-
HSV(B)133.85º32.23%47.45%-
XYZ12.2116.2212.39-
YUV105.92119.58110.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=27.89%
G=41.16%
B=30.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121910.3200.250.53133.8519.2139.8
Hex52795B2001935861328
Octal12217113340031652062350
Binary1010010111100110110111000000110011101011000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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