#55746F

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

Shades of William #55746F

Tints of William #55746F

Color information

#55746F (or 0x55746F) is unknown color: approx William. HEX triplet: 55, 74 and 6F. RGB value is (85,116,111). Sum of RGB (Red+Green+Blue) = 85+116+111=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #55746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55746F is #AA8B90. Grayscale: #6A6A6A. Windows color (decimal): -11176849 or 7304277. OLE color: 7304277.

HSL color Cylindrical-coordinate representation of color #55746F: hue angle of 170.32º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55746F is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB85116111-
CMYK0.2700.040.55
HSL170.32º15.42%39.41%-
HSV(B)170.32º26.72%45.49%-
XYZ12.8615.5717.37-
YUV106.16130.73112.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=27.24%
G=37.18%
B=35.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851161110.2700.040.55170.3215.4239.41
Hex55746F1B0437aaf27
Octal1251641573304672521747
Binary101010111101001101111110110100110111101010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55746F; }

 p { color: rgb(85,116,111); }

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

<style>
 a { background-color: #55746F; }

 a { background-color: rgb(85,116,111); }

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

<style>
 span { border-color: #55746F; }

 span { border-color: rgb(85,116,111); }

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