#54706C

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

Shades of William #54706C

Tints of William #54706C

Color information

#54706C (or 0x54706C) is unknown color: approx William. HEX triplet: 54, 70 and 6C. RGB value is (84,112,108). Sum of RGB (Red+Green+Blue) = 84+112+108=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #54706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54706C is #AB8F93. Grayscale: #676767. Windows color (decimal): -11243412 or 7106644. OLE color: 7106644.

HSL color Cylindrical-coordinate representation of color #54706C: hue angle of 171.43º 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 #54706C is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB84112108-
CMYK0.2500.040.56
HSL171.43º14.29%38.43%-
HSV(B)171.43º25%43.92%-
XYZ12.1614.5616.36-
YUV103.17130.72114.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.63%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=27.63%
G=36.84%
B=35.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841121080.2500.040.56171.4314.2938.43
Hex54706C190438abe26
Octal1241601543104702531646
Binary101010011100001101100110010100111000101010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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