#557770

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

Shades of William #557770

Tints of William #557770

Color information

#557770 (or 0x557770) is unknown color: approx William. HEX triplet: 55, 77 and 70. RGB value is (85,119,112). Sum of RGB (Red+Green+Blue) = 85+119+112=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #557770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557770 is #AA888F. Grayscale: #6C6C6C. Windows color (decimal): -11176080 or 7370581. OLE color: 7370581.

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

Color convert

RGB85119112-
CMYK0.2900.060.53
HSL167.65º16.67%40%-
HSV(B)167.65º28.57%46.67%-
XYZ13.2716.2917.78-
YUV108.04130.24111.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=26.90%
G=37.66%
B=35.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191120.2900.060.53167.6516.6740
Hex5577701D0635a81128
Octal1251671603506652502150
Binary1010101111011111100001110101101101011010100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557770; }

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

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

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

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

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

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

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

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