#55706F

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

Shades of William #55706F

Tints of William #55706F

Color information

#55706F (or 0x55706F) is unknown color: approx William. HEX triplet: 55, 70 and 6F. RGB value is (85,112,111). Sum of RGB (Red+Green+Blue) = 85+112+111=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #55706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55706F is #AA8F90. Grayscale: #676767. Windows color (decimal): -11177873 or 7303253. OLE color: 7303253.

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

Color convert

RGB85112111-
CMYK0.2400.010.56
HSL177.78º13.71%38.63%-
HSV(B)177.78º24.11%43.92%-
XYZ12.4114.6717.22-
YUV103.81132.05114.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=27.60%
G=36.36%
B=36.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851121110.2400.010.56177.7813.7138.63
Hex55706F180138b2e27
Octal1251601573001702621647
Binary1010101111000011011111100001111000101100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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