#557571

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

Shades of William #557571

Tints of William #557571

Color information

#557571 (or 0x557571) is unknown color: approx William. HEX triplet: 55, 75 and 71. RGB value is (85,117,113). Sum of RGB (Red+Green+Blue) = 85+117+113=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #557571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557571 is #AA8A8E. Grayscale: #6A6A6A. Windows color (decimal): -11176591 or 7435605. OLE color: 7435605.

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

Color convert

RGB85117113-
CMYK0.2700.030.54
HSL172.5º15.84%39.61%-
HSV(B)172.5º27.35%45.88%-
XYZ13.0915.8517.99-
YUV106.98131.4112.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=26.98%
G=37.14%
B=35.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851171130.2700.030.54172.515.8439.61
Hex5575711B0336ac1028
Octal1251651613303662542050
Binary101010111101011110001110110111101101010110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557571; }

 p { color: rgb(85,117,113); }

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

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

 a { background-color: rgb(85,117,113); }

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

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

 span { border-color: rgb(85,117,113); }

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