#55736B

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

Shades of William #55736B

Tints of William #55736B

Color information

#55736B (or 0x55736B) is unknown color: approx William. HEX triplet: 55, 73 and 6B. RGB value is (85,115,107). Sum of RGB (Red+Green+Blue) = 85+115+107=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #55736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55736B is #AA8C94. Grayscale: #696969. Windows color (decimal): -11177109 or 7041877. OLE color: 7041877.

HSL color Cylindrical-coordinate representation of color #55736B: hue angle of 164º 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 #55736B is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB85115107-
CMYK0.2600.070.55
HSL164º15%39.22%-
HSV(B)164º26.09%45.1%-
XYZ12.5315.2516.19-
YUV105.12129.06113.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=27.69%
G=37.46%
B=34.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851151070.2600.070.551641539.22
Hex55736B1A0737a4f27
Octal1251631533207672441747
Binary101010111100111101011110100111110111101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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