#52795A

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

Shades of Como #52795A

Tints of Como #52795A

Color information

#52795A (or 0x52795A) is unknown color: approx Como. HEX triplet: 52, 79 and 5A. RGB value is (82,121,90). Sum of RGB (Red+Green+Blue) = 82+121+90=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #52795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52795A is #AD86A5. Grayscale: #696969. Windows color (decimal): -11372198 or 5929298. OLE color: 5929298.

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

Color convert

RGB8212190-
CMYK0.3200.260.53
HSL132.31º19.21%39.8%-
HSV(B)132.31º32.23%47.45%-
XYZ12.1616.2112.16-
YUV105.8119.08111.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=27.99%
G=41.30%
B=30.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121900.3200.260.53132.3119.2139.8
Hex52795A2001A35841328
Octal12217113240032652042350
Binary1010010111100110110101000000110101101011000010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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