#52715E

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

Shades of Como #52715E

Tints of Como #52715E

Color information

#52715E (or 0x52715E) is unknown color: approx Como. HEX triplet: 52, 71 and 5E. RGB value is (82,113,94). Sum of RGB (Red+Green+Blue) = 82+113+94=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #52715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52715E is #AD8EA1. Grayscale: #656565. Windows color (decimal): -11374242 or 6189394. OLE color: 6189394.

HSL color Cylindrical-coordinate representation of color #52715E: hue angle of 143.23º degrees, saturation: 0.16, 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 #52715E is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB8211394-
CMYK0.2700.170.56
HSL143.23º15.9%38.24%-
HSV(B)143.23º27.43%44.31%-
XYZ11.4114.4112.77-
YUV101.56123.73114.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=28.37%
G=39.10%
B=32.53%

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
Decimal82113940.2700.170.56143.2315.938.24
Hex52715E1B011388f1026
Octal12216113633021702172046
Binary101001011100011011110110110100011110001000111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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