#53735F

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

Shades of Como #53735F

Tints of Como #53735F

Color information

#53735F (or 0x53735F) is unknown color: approx Como. HEX triplet: 53, 73 and 5F. RGB value is (83,115,95). Sum of RGB (Red+Green+Blue) = 83+115+95=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #53735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53735F is #AC8CA0. Grayscale: #676767. Windows color (decimal): -11308193 or 6255443. OLE color: 6255443.

HSL color Cylindrical-coordinate representation of color #53735F: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53735F is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB8311595-
CMYK0.2800.170.55
HSL142.5º16.16%38.82%-
HSV(B)142.5º27.83%45.1%-
XYZ11.7614.9313.09-
YUV103.15123.4113.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=28.33%
G=39.25%
B=32.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83115950.2800.170.55142.516.1638.82
Hex53735F1C011378e1027
Octal12316313734021672162047
Binary101001111100111011111111000100011101111000111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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