#54756D

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

Shades of William #54756D

Tints of William #54756D

Color information

#54756D (or 0x54756D) is unknown color: approx William. HEX triplet: 54, 75 and 6D. RGB value is (84,117,109). Sum of RGB (Red+Green+Blue) = 84+117+109=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #54756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54756D is #AB8A92. Grayscale: #6A6A6A. Windows color (decimal): -11242131 or 7173460. OLE color: 7173460.

HSL color Cylindrical-coordinate representation of color #54756D: hue angle of 165.45º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54756D is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB84117109-
CMYK0.2800.070.54
HSL165.45º16.42%39.41%-
HSV(B)165.45º28.21%45.88%-
XYZ12.7815.7116.83-
YUV106.22129.57112.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=27.10%
G=37.74%
B=35.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841171090.2800.070.54165.4516.4239.41
Hex54756D1C0736a51027
Octal1241651553407662452047
Binary1010100111010111011011110001111101101010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,117,109); }

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

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

 a { background-color: rgb(84,117,109); }

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

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

 span { border-color: rgb(84,117,109); }

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