#52705D

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

Shades of Como #52705D

Tints of Como #52705D

Color information

#52705D (or 0x52705D) is unknown color: approx Como. HEX triplet: 52, 70 and 5D. RGB value is (82,112,93). Sum of RGB (Red+Green+Blue) = 82+112+93=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #52705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52705D is #AD8FA2. Grayscale: #646464. Windows color (decimal): -11374499 or 6123602. OLE color: 6123602.

HSL color Cylindrical-coordinate representation of color #52705D: hue angle of 142º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52705D is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB8211293-
CMYK0.2700.170.56
HSL142º15.46%38.04%-
HSV(B)142º26.79%43.92%-
XYZ11.2514.1712.5-
YUV100.86123.56114.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=28.57%
G=39.02%
B=32.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112930.2700.170.5614215.4638.04
Hex52705D1B011388ef26
Octal12216013533021702161746
Binary10100101110000101110111011010001111000100011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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