#53785E

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

Shades of Como #53785E

Tints of Como #53785E

Color information

#53785E (or 0x53785E) is unknown color: approx Como. HEX triplet: 53, 78 and 5E. RGB value is (83,120,94). Sum of RGB (Red+Green+Blue) = 83+120+94=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #53785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53785E is #AC87A1. Grayscale: #6A6A6A. Windows color (decimal): -11306914 or 6191187. OLE color: 6191187.

HSL color Cylindrical-coordinate representation of color #53785E: hue angle of 137.84º 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 #53785E is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8312094-
CMYK0.3100.220.53
HSL137.84º18.23%39.8%-
HSV(B)137.84º30.83%47.06%-
XYZ12.316.0813.04-
YUV105.97121.24111.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=27.95%
G=40.40%
B=31.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120940.3100.220.53137.8418.2339.8
Hex53785E1F016358a1228
Octal12317013637026652122250
Binary101001111110001011110111110101101101011000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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