#52705A

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

Shades of Como #52705A

Tints of Como #52705A

Color information

#52705A (or 0x52705A) is unknown color: approx Como. HEX triplet: 52, 70 and 5A. RGB value is (82,112,90). Sum of RGB (Red+Green+Blue) = 82+112+90=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #52705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52705A is #AD8FA5. Grayscale: #646464. Windows color (decimal): -11374502 or 5926994. OLE color: 5926994.

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

Color convert

RGB8211290-
CMYK0.2700.200.56
HSL136º15.46%38.04%-
HSV(B)136º26.79%43.92%-
XYZ11.1214.1211.81-
YUV100.52122.06114.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=28.87%
G=39.44%
B=31.69%

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
Decimal82112900.2700.200.5613615.4638.04
Hex52705A1B0143888f26
Octal12216013233024702101746
Binary10100101110000101101011011010100111000100010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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