#55776E

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

Shades of William #55776E

Tints of William #55776E

Color information

#55776E (or 0x55776E) is unknown color: approx William. HEX triplet: 55, 77 and 6E. RGB value is (85,119,110). Sum of RGB (Red+Green+Blue) = 85+119+110=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #55776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55776E is #AA8891. Grayscale: #6B6B6B. Windows color (decimal): -11176082 or 7239509. OLE color: 7239509.

HSL color Cylindrical-coordinate representation of color #55776E: hue angle of 164.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55776E is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB85119110-
CMYK0.2900.080.53
HSL164.12º16.67%40%-
HSV(B)164.12º28.57%46.67%-
XYZ13.1616.2517.2-
YUV107.81129.24111.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=27.07%
G=37.90%
B=35.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191100.2900.080.53164.1216.6740
Hex55776E1D0835a41128
Octal12516715635010652442150
Binary10101011110111110111011101010001101011010010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55776E; }

 p { color: rgb(85,119,110); }

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

<style>
 a { background-color: #55776E; }

 a { background-color: rgb(85,119,110); }

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

<style>
 span { border-color: #55776E; }

 span { border-color: rgb(85,119,110); }

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