#53765D

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

Shades of Como #53765D

Tints of Como #53765D

Color information

#53765D (or 0x53765D) is unknown color: approx Como. HEX triplet: 53, 76 and 5D. RGB value is (83,118,93). Sum of RGB (Red+Green+Blue) = 83+118+93=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #53765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53765D is #AC89A2. Grayscale: #686868. Windows color (decimal): -11307427 or 6125139. OLE color: 6125139.

HSL color Cylindrical-coordinate representation of color #53765D: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53765D is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB8311893-
CMYK0.3000.210.54
HSL137.14º17.41%39.41%-
HSV(B)137.14º29.66%46.27%-
XYZ12.0215.5912.73-
YUV104.68121.4112.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=28.23%
G=40.14%
B=31.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83118930.3000.210.54137.1417.4139.41
Hex53765D1E01536891127
Octal12316613536025662112147
Binary101001111101101011101111100101011101101000100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53765D; }

 p { color: rgb(83,118,93); }

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

<style>
 a { background-color: #53765D; }

 a { background-color: rgb(83,118,93); }

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

<style>
 span { border-color: #53765D; }

 span { border-color: rgb(83,118,93); }

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