#53785C

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

Shades of Como #53785C

Tints of Como #53785C

Color information

#53785C (or 0x53785C) is unknown color: approx Como. HEX triplet: 53, 78 and 5C. RGB value is (83,120,92). Sum of RGB (Red+Green+Blue) = 83+120+92=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #53785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53785C is #AC87A3. Grayscale: #696969. Windows color (decimal): -11306916 or 6060115. OLE color: 6060115.

HSL color Cylindrical-coordinate representation of color #53785C: hue angle of 134.59º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53785C is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB8312092-
CMYK0.3100.230.53
HSL134.59º18.23%39.8%-
HSV(B)134.59º30.83%47.06%-
XYZ12.2216.0412.58-
YUV105.74120.24111.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=28.14%
G=40.68%
B=31.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120920.3100.230.53134.5918.2339.8
Hex53785C1F01735871228
Octal12317013437027652072250
Binary101001111110001011100111110101111101011000011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53785C; }

 p { color: rgb(83,120,92); }

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

<style>
 a { background-color: #53785C; }

 a { background-color: rgb(83,120,92); }

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

<style>
 span { border-color: #53785C; }

 span { border-color: rgb(83,120,92); }

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