#557771

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

Shades of William #557771

Tints of William #557771

Color information

#557771 (or 0x557771) is unknown color: approx William. HEX triplet: 55, 77 and 71. RGB value is (85,119,113). Sum of RGB (Red+Green+Blue) = 85+119+113=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #557771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557771 is #AA888E. Grayscale: #6C6C6C. Windows color (decimal): -11176079 or 7436117. OLE color: 7436117.

HSL color Cylindrical-coordinate representation of color #557771: hue angle of 169.41º 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 #557771 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB85119113-
CMYK0.2900.050.53
HSL169.41º16.67%40%-
HSV(B)169.41º28.57%46.67%-
XYZ13.3216.3218.07-
YUV108.15130.74111.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=26.81%
G=37.54%
B=35.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191130.2900.050.53169.4116.6740
Hex5577711D0535a91128
Octal1251671613505652512150
Binary1010101111011111100011110101011101011010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557771; }

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

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

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

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

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

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

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

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