#557473

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

Shades of William #557473

Tints of William #557473

Color information

#557473 (or 0x557473) is unknown color: approx William. HEX triplet: 55, 74 and 73. RGB value is (85,116,115). Sum of RGB (Red+Green+Blue) = 85+116+115=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #557473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557473 is #AA8B8C. Grayscale: #6A6A6A. Windows color (decimal): -11176845 or 7566421. OLE color: 7566421.

HSL color Cylindrical-coordinate representation of color #557473: hue angle of 178.06º 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 #557473 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB85116115-
CMYK0.2700.010.55
HSL178.06º15.42%39.41%-
HSV(B)178.06º26.72%45.49%-
XYZ13.0915.6618.55-
YUV106.62132.73112.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=26.90%
G=36.71%
B=36.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851161150.2700.010.55178.0615.4239.41
Hex5574731B0137b2f27
Octal1251641633301672621747
Binary1010101111010011100111101101110111101100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557473; }

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

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

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

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

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

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

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

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