#52715A

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

Shades of Como #52715A

Tints of Como #52715A

Color information

#52715A (or 0x52715A) is unknown color: approx Como. HEX triplet: 52, 71 and 5A. RGB value is (82,113,90). Sum of RGB (Red+Green+Blue) = 82+113+90=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #52715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52715A is #AD8EA5. Grayscale: #656565. Windows color (decimal): -11374246 or 5927250. OLE color: 5927250.

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

Color convert

RGB8211390-
CMYK0.2700.200.56
HSL135.48º15.9%38.24%-
HSV(B)135.48º27.43%44.31%-
XYZ11.2314.3411.85-
YUV101.11121.73114.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=28.77%
G=39.65%
B=31.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113900.2700.200.56135.4815.938.24
Hex52715A1B01438871026
Octal12216113233024702072046
Binary101001011100011011010110110101001110001000011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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