#55756C

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

Shades of William #55756C

Tints of William #55756C

Color information

#55756C (or 0x55756C) is unknown color: approx William. HEX triplet: 55, 75 and 6C. RGB value is (85,117,108). Sum of RGB (Red+Green+Blue) = 85+117+108=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #55756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55756C is #AA8A93. Grayscale: #6A6A6A. Windows color (decimal): -11176596 or 7107925. OLE color: 7107925.

HSL color Cylindrical-coordinate representation of color #55756C: hue angle of 163.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55756C is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB85117108-
CMYK0.2700.080.54
HSL163.12º15.84%39.61%-
HSV(B)163.12º27.35%45.88%-
XYZ12.8115.7416.55-
YUV106.41128.9112.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=27.42%
G=37.74%
B=34.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851171080.2700.080.54163.1215.8439.61
Hex55756C1B0836a31028
Octal12516515433010662432050
Binary10101011110101110110011011010001101101010001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,117,108); }

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

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

 a { background-color: rgb(85,117,108); }

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

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

 span { border-color: rgb(85,117,108); }

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