#577772

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

Shades of William #577772

Tints of William #577772

Color information

#577772 (or 0x577772) is unknown color: approx William. HEX triplet: 57, 77 and 72. RGB value is (87,119,114). Sum of RGB (Red+Green+Blue) = 87+119+114=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #577772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577772 is #A8888D. Grayscale: #6C6C6C. Windows color (decimal): -11045006 or 7501655. OLE color: 7501655.

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

Color convert

RGB87119114-
CMYK0.2700.040.53
HSL170.62º15.53%40.39%-
HSV(B)170.62º26.89%46.67%-
XYZ13.5616.4318.38-
YUV108.86130.9112.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=27.19%
G=37.19%
B=35.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871191140.2700.040.53170.6215.5340.39
Hex5777721B0435ab1028
Octal1271671623304652532050
Binary1010111111011111100101101101001101011010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577772; }

 p { color: rgb(87,119,114); }

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

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

 a { background-color: rgb(87,119,114); }

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

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

 span { border-color: rgb(87,119,114); }

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