#52755E

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

Shades of Como #52755E

Tints of Como #52755E

Color information

#52755E (or 0x52755E) is unknown color: approx Como. HEX triplet: 52, 75 and 5E. RGB value is (82,117,94). Sum of RGB (Red+Green+Blue) = 82+117+94=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #52755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52755E is #AD8AA1. Grayscale: #676767. Windows color (decimal): -11373218 or 6190418. OLE color: 6190418.

HSL color Cylindrical-coordinate representation of color #52755E: hue angle of 140.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52755E is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8211794-
CMYK0.3000.200.54
HSL140.57º17.59%39.02%-
HSV(B)140.57º29.91%45.88%-
XYZ11.8615.3212.92-
YUV103.91122.4112.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=27.99%
G=39.93%
B=32.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117940.3000.200.54140.5717.5939.02
Hex52755E1E014368d1227
Octal12216513636024662152247
Binary101001011101011011110111100101001101101000110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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