#556B68

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

Shades of William #556B68

Tints of William #556B68

Color information

#556B68 (or 0x556B68) is unknown color: approx William. HEX triplet: 55, 6B and 68. RGB value is (85,107,104). Sum of RGB (Red+Green+Blue) = 85+107+104=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 107 - color contains mainly: green. Hex color #556B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B68 is #AA9497. Grayscale: #646464. Windows color (decimal): -11179160 or 6843221. OLE color: 6843221.

HSL color Cylindrical-coordinate representation of color #556B68: hue angle of 171.82º 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 #556B68 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB85107104-
CMYK0.2100.030.58
HSL171.82º11.46%37.65%-
HSV(B)171.82º20.56%41.96%-
XYZ11.513.4515.09-
YUV100.08130.21117.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=28.72%
G=36.15%
B=35.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851071040.2100.030.58171.8211.4637.65
Hex556B6815033Aacb26
Octal1251531502503722541346
Binary10101011101011110100010101011111010101011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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