#55716E

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

Shades of William #55716E

Tints of William #55716E

Color information

#55716E (or 0x55716E) is unknown color: approx William. HEX triplet: 55, 71 and 6E. RGB value is (85,113,110). Sum of RGB (Red+Green+Blue) = 85+113+110=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #55716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55716E is #AA8E91. Grayscale: #686868. Windows color (decimal): -11177618 or 7237973. OLE color: 7237973.

HSL color Cylindrical-coordinate representation of color #55716E: hue angle of 173.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55716E is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB85113110-
CMYK0.2500.030.56
HSL173.57º14.14%38.82%-
HSV(B)173.57º24.78%44.31%-
XYZ12.4714.8716.96-
YUV104.29131.22114.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=27.60%
G=36.69%
B=35.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851131100.2500.030.56173.5714.1438.82
Hex55716E190338aee27
Octal1251611563103702561647
Binary10101011110001110111011001011111000101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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