#54795D

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

Shades of Como #54795D

Tints of Como #54795D

Color information

#54795D (or 0x54795D) is unknown color: approx Como. HEX triplet: 54, 79 and 5D. RGB value is (84,121,93). Sum of RGB (Red+Green+Blue) = 84+121+93=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #54795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54795D is #AB86A2. Grayscale: #6A6A6A. Windows color (decimal): -11241123 or 6125908. OLE color: 6125908.

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

Color convert

RGB8412193-
CMYK0.3100.230.53
HSL134.59º18.05%40.2%-
HSV(B)134.59º30.58%47.45%-
XYZ12.4716.3512.85-
YUV106.74120.24111.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=28.19%
G=40.60%
B=31.21%

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
Decimal84121930.3100.230.53134.5918.0540.2
Hex54795D1F01735871228
Octal12417113537027652072250
Binary101010011110011011101111110101111101011000011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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