#52735E

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

Shades of Como #52735E

Tints of Como #52735E

Color information

#52735E (or 0x52735E) is unknown color: approx Como. HEX triplet: 52, 73 and 5E. RGB value is (82,115,94). Sum of RGB (Red+Green+Blue) = 82+115+94=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #52735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52735E is #AD8CA1. Grayscale: #666666. Windows color (decimal): -11373730 or 6189906. OLE color: 6189906.

HSL color Cylindrical-coordinate representation of color #52735E: hue angle of 141.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52735E is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB8211594-
CMYK0.2900.180.55
HSL141.82º16.75%38.63%-
HSV(B)141.82º28.7%45.1%-
XYZ11.6314.8612.85-
YUV102.74123.07113.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=28.18%
G=39.52%
B=32.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115940.2900.180.55141.8216.7538.63
Hex52735E1D012378e1127
Octal12216313635022672162147
Binary101001011100111011110111010100101101111000111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52735E; }

 p { color: rgb(82,115,94); }

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

<style>
 a { background-color: #52735E; }

 a { background-color: rgb(82,115,94); }

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

<style>
 span { border-color: #52735E; }

 span { border-color: rgb(82,115,94); }

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