#54706D

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

Shades of William #54706D

Tints of William #54706D

Color information

#54706D (or 0x54706D) is unknown color: approx William. HEX triplet: 54, 70 and 6D. RGB value is (84,112,109). Sum of RGB (Red+Green+Blue) = 84+112+109=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #54706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54706D is #AB8F92. Grayscale: #676767. Windows color (decimal): -11243411 or 7172180. OLE color: 7172180.

HSL color Cylindrical-coordinate representation of color #54706D: hue angle of 173.57º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54706D is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB84112109-
CMYK0.2500.030.56
HSL173.57º14.29%38.43%-
HSV(B)173.57º25%43.92%-
XYZ12.2114.5816.64-
YUV103.29131.22114.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=27.54%
G=36.72%
B=35.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841121090.2500.030.56173.5714.2938.43
Hex54706D190338aee26
Octal1241601553103702561646
Binary10101001110000110110111001011111000101011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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