#556A65

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

Shades of William #556A65

Tints of William #556A65

Color information

#556A65 (or 0x556A65) is unknown color: approx William. HEX triplet: 55, 6A and 65. RGB value is (85,106,101). Sum of RGB (Red+Green+Blue) = 85+106+101=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 106 - color contains mainly: green. Hex color #556A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A65 is #AA959A. Grayscale: #636363. Windows color (decimal): -11179419 or 6646357. OLE color: 6646357.

HSL color Cylindrical-coordinate representation of color #556A65: hue angle of 165.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556A65 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB85106101-
CMYK0.2000.050.58
HSL165.71º10.99%37.45%-
HSV(B)165.71º19.81%41.57%-
XYZ11.2513.1814.26-
YUV99.15129.04117.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 106 (41.80% from 255) = 36.30%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=29.11%
G=36.30%
B=34.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851061010.2000.050.58165.7110.9937.45
Hex556A6514053Aa6b25
Octal1251521452405722461345
Binary101010111010101100101101000101111010101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556A65; }

 p { color: rgb(85,106,101); }

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

<style>
 a { background-color: #556A65; }

 a { background-color: rgb(85,106,101); }

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

<style>
 span { border-color: #556A65; }

 span { border-color: rgb(85,106,101); }

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