#556B64

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

Shades of William #556B64

Tints of William #556B64

Color information

#556B64 (or 0x556B64) is unknown color: approx William. HEX triplet: 55, 6B and 64. RGB value is (85,107,100). Sum of RGB (Red+Green+Blue) = 85+107+100=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #556B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B64 is #AA949B. Grayscale: #636363. Windows color (decimal): -11179164 or 6581077. OLE color: 6581077.

HSL color Cylindrical-coordinate representation of color #556B64: hue angle of 160.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556B64 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB85107100-
CMYK0.2100.070.58
HSL160.91º11.46%37.65%-
HSV(B)160.91º20.56%41.96%-
XYZ11.313.3714.04-
YUV99.62128.21117.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=29.11%
G=36.64%
B=34.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851071000.2100.070.58160.9111.4637.65
Hex556B6415073Aa1b26
Octal1251531442507722411346
Binary101010111010111100100101010111111010101000011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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