#55756E

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

Shades of William #55756E

Tints of William #55756E

Color information

#55756E (or 0x55756E) is unknown color: approx William. HEX triplet: 55, 75 and 6E. RGB value is (85,117,110). Sum of RGB (Red+Green+Blue) = 85+117+110=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #55756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55756E is #AA8A91. Grayscale: #6A6A6A. Windows color (decimal): -11176594 or 7238997. OLE color: 7238997.

HSL color Cylindrical-coordinate representation of color #55756E: hue angle of 166.88º 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 #55756E is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB85117110-
CMYK0.2700.060.54
HSL166.88º15.84%39.61%-
HSV(B)166.88º27.35%45.88%-
XYZ12.9215.7817.12-
YUV106.63129.9112.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=27.24%
G=37.5%
B=35.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851171100.2700.060.54166.8815.8439.61
Hex55756E1B0636a71028
Octal1251651563306662472050
Binary1010101111010111011101101101101101101010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55756E; }

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

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

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

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

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

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

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

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