#52745E

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

Shades of Como #52745E

Tints of Como #52745E

Color information

#52745E (or 0x52745E) is unknown color: approx Como. HEX triplet: 52, 74 and 5E. RGB value is (82,116,94). Sum of RGB (Red+Green+Blue) = 82+116+94=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #52745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52745E is #AD8BA1. Grayscale: #676767. Windows color (decimal): -11373474 or 6190162. OLE color: 6190162.

HSL color Cylindrical-coordinate representation of color #52745E: hue angle of 141.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52745E is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB8211694-
CMYK0.2900.190.55
HSL141.18º17.17%38.82%-
HSV(B)141.18º29.31%45.49%-
XYZ11.7515.0912.88-
YUV103.33122.74112.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=28.08%
G=39.73%
B=32.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116940.2900.190.55141.1817.1738.82
Hex52745E1D013378d1127
Octal12216413635023672152147
Binary101001011101001011110111010100111101111000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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