#557673

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

Shades of William #557673

Tints of William #557673

Color information

#557673 (or 0x557673) is unknown color: approx William. HEX triplet: 55, 76 and 73. RGB value is (85,118,115). Sum of RGB (Red+Green+Blue) = 85+118+115=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #557673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557673 is #AA898C. Grayscale: #6B6B6B. Windows color (decimal): -11176333 or 7566933. OLE color: 7566933.

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

Color convert

RGB85118115-
CMYK0.2800.030.54
HSL174.55º16.26%39.8%-
HSV(B)174.55º27.97%46.27%-
XYZ13.3216.1318.63-
YUV107.79132.07111.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=26.73%
G=37.11%
B=36.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851181150.2800.030.54174.5516.2639.8
Hex5576731C0336af1028
Octal1251661633403662572050
Binary101010111101101110011111000111101101010111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557673; }

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

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

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

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

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

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

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

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