#53795D

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

Shades of Como #53795D

Tints of Como #53795D

Color information

#53795D (or 0x53795D) is unknown color: approx Como. HEX triplet: 53, 79 and 5D. RGB value is (83,121,93). Sum of RGB (Red+Green+Blue) = 83+121+93=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #53795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53795D is #AC86A2. Grayscale: #6A6A6A. Windows color (decimal): -11306659 or 6125907. OLE color: 6125907.

HSL color Cylindrical-coordinate representation of color #53795D: hue angle of 135.79º degrees, saturation: 0.19, 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 #53795D is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB8312193-
CMYK0.3100.230.53
HSL135.79º18.63%40%-
HSV(B)135.79º31.4%47.45%-
XYZ12.3816.312.85-
YUV106.45120.41111.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=27.95%
G=40.74%
B=31.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83121930.3100.230.53135.7918.6340
Hex53795D1F01735881328
Octal12317113537027652102350
Binary101001111110011011101111110101111101011000100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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