#54716C

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

Shades of William #54716C

Tints of William #54716C

Color information

#54716C (or 0x54716C) is unknown color: approx William. HEX triplet: 54, 71 and 6C. RGB value is (84,113,108). Sum of RGB (Red+Green+Blue) = 84+113+108=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #54716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54716C is #AB8E93. Grayscale: #676767. Windows color (decimal): -11243156 or 7106900. OLE color: 7106900.

HSL color Cylindrical-coordinate representation of color #54716C: hue angle of 169.66º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54716C is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB84113108-
CMYK0.2600.040.56
HSL169.66º14.72%38.63%-
HSV(B)169.66º25.66%44.31%-
XYZ12.2714.7816.39-
YUV103.76130.39113.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=27.54%
G=37.05%
B=35.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841131080.2600.040.56169.6614.7238.63
Hex54716C1A0438aaf27
Octal1241611543204702521747
Binary101010011100011101100110100100111000101010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54716C; }

 p { color: rgb(84,113,108); }

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

<style>
 a { background-color: #54716C; }

 a { background-color: rgb(84,113,108); }

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

<style>
 span { border-color: #54716C; }

 span { border-color: rgb(84,113,108); }

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