#53785B

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

Shades of Como #53785B

Tints of Como #53785B

Color information

#53785B (or 0x53785B) is unknown color: approx Como. HEX triplet: 53, 78 and 5B. RGB value is (83,120,91). Sum of RGB (Red+Green+Blue) = 83+120+91=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #53785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53785B is #AC87A4. Grayscale: #696969. Windows color (decimal): -11306917 or 5994579. OLE color: 5994579.

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

Color convert

RGB8312091-
CMYK0.3100.240.53
HSL132.97º18.23%39.8%-
HSV(B)132.97º30.83%47.06%-
XYZ12.1716.0312.35-
YUV105.63119.74111.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=28.23%
G=40.82%
B=30.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120910.3100.240.53132.9718.2339.8
Hex53785B1F01835851228
Octal12317013337030652052250
Binary101001111110001011011111110110001101011000010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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