#52785E

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

Shades of Como #52785E

Tints of Como #52785E

Color information

#52785E (or 0x52785E) is unknown color: approx Como. HEX triplet: 52, 78 and 5E. RGB value is (82,120,94). Sum of RGB (Red+Green+Blue) = 82+120+94=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #52785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52785E is #AD87A1. Grayscale: #696969. Windows color (decimal): -11372450 or 6191186. OLE color: 6191186.

HSL color Cylindrical-coordinate representation of color #52785E: hue angle of 138.95º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52785E is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8212094-
CMYK0.3200.220.53
HSL138.95º18.81%39.61%-
HSV(B)138.95º31.67%47.06%-
XYZ12.2216.0313.04-
YUV105.67121.41111.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=27.70%
G=40.54%
B=31.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120940.3200.220.53138.9518.8139.61
Hex52785E20016358b1328
Octal12217013640026652132350
Binary1010010111100010111101000000101101101011000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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