#557773

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

Shades of William #557773

Tints of William #557773

Color information

#557773 (or 0x557773) is unknown color: approx William. HEX triplet: 55, 77 and 73. RGB value is (85,119,115). Sum of RGB (Red+Green+Blue) = 85+119+115=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #557773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557773 is #AA888C. Grayscale: #6C6C6C. Windows color (decimal): -11176077 or 7567189. OLE color: 7567189.

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

Color convert

RGB85119115-
CMYK0.2900.030.53
HSL172.94º16.67%40%-
HSV(B)172.94º28.57%46.67%-
XYZ13.4416.3618.67-
YUV108.38131.74111.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=26.65%
G=37.30%
B=36.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191150.2900.030.53172.9416.6740
Hex5577731D0335ad1128
Octal1251671633503652552150
Binary101010111101111110011111010111101011010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557773; }

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

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

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

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

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

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

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

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