#55736F

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

Shades of William #55736F

Tints of William #55736F

Color information

#55736F (or 0x55736F) is unknown color: approx William. HEX triplet: 55, 73 and 6F. RGB value is (85,115,111). Sum of RGB (Red+Green+Blue) = 85+115+111=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #55736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55736F is #AA8C90. Grayscale: #696969. Windows color (decimal): -11177105 or 7304021. OLE color: 7304021.

HSL color Cylindrical-coordinate representation of color #55736F: hue angle of 172º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55736F is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB85115111-
CMYK0.2600.030.55
HSL172º15%39.22%-
HSV(B)172º26.09%45.1%-
XYZ12.7515.3417.33-
YUV105.57131.06113.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=27.33%
G=36.98%
B=35.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851151110.2600.030.551721539.22
Hex55736F1A0337acf27
Octal1251631573203672541747
Binary10101011110011110111111010011110111101011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55736F; }

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

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

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

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

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

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

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

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