#55726C

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

Shades of William #55726C

Tints of William #55726C

Color information

#55726C (or 0x55726C) is unknown color: approx William. HEX triplet: 55, 72 and 6C. RGB value is (85,114,108). Sum of RGB (Red+Green+Blue) = 85+114+108=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #55726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55726C is #AA8D93. Grayscale: #686868. Windows color (decimal): -11177364 or 7107157. OLE color: 7107157.

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

Color convert

RGB85114108-
CMYK0.2500.050.55
HSL167.59º14.57%39.02%-
HSV(B)167.59º25.44%44.71%-
XYZ12.4715.0516.43-
YUV104.64129.89113.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=27.69%
G=37.13%
B=35.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851141080.2500.050.55167.5914.5739.02
Hex55726C190537a8f27
Octal1251621543105672501747
Binary101010111100101101100110010101110111101010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55726C; }

 p { color: rgb(85,114,108); }

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

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

 a { background-color: rgb(85,114,108); }

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

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

 span { border-color: rgb(85,114,108); }

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