#557C73

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

Shades of William #557C73

Tints of William #557C73

Color information

#557C73 (or 0x557C73) is unknown color: approx William. HEX triplet: 55, 7C and 73. RGB value is (85,124,115). Sum of RGB (Red+Green+Blue) = 85+124+115=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 124 - color contains mainly: green. Hex color #557C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C73 is #AA838C. Grayscale: #6F6F6F. Windows color (decimal): -11174797 or 7568469. OLE color: 7568469.

HSL color Cylindrical-coordinate representation of color #557C73: hue angle of 166.15º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C73 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB85124115-
CMYK0.3100.070.51
HSL166.15º18.66%40.98%-
HSV(B)166.15º31.45%48.63%-
XYZ14.0517.5818.87-
YUV111.31130.08109.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 124 (48.83% from 255) = 38.27%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=26.23%
G=38.27%
B=35.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851241150.3100.070.51166.1518.6640.98
Hex557C731F0733a61329
Octal1251741633707632462351
Binary1010101111110011100111111101111100111010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557C73; }

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

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

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

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

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

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

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

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