#53765F

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

Shades of Como #53765F

Tints of Como #53765F

Color information

#53765F (or 0x53765F) is unknown color: approx Como. HEX triplet: 53, 76 and 5F. RGB value is (83,118,95). Sum of RGB (Red+Green+Blue) = 83+118+95=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #53765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53765F is #AC89A0. Grayscale: #686868. Windows color (decimal): -11307425 or 6256211. OLE color: 6256211.

HSL color Cylindrical-coordinate representation of color #53765F: hue angle of 140.57º 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 #53765F is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB8311895-
CMYK0.3000.190.54
HSL140.57º17.41%39.41%-
HSV(B)140.57º29.66%46.27%-
XYZ12.1115.6213.2-
YUV104.91122.4112.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=28.04%
G=39.86%
B=32.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83118950.3000.190.54140.5717.4139.41
Hex53765F1E013368d1127
Octal12316613736023662152147
Binary101001111101101011111111100100111101101000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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