#556865

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

Shades of William #556865

Tints of William #556865

Color information

#556865 (or 0x556865) is unknown color: approx William. HEX triplet: 55, 68 and 65. RGB value is (85,104,101). Sum of RGB (Red+Green+Blue) = 85+104+101=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 104 - color contains mainly: green. Hex color #556865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556865 is #AA979A. Grayscale: #616161. Windows color (decimal): -11179931 or 6645845. OLE color: 6645845.

HSL color Cylindrical-coordinate representation of color #556865: hue angle of 170.53º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556865 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB85104101-
CMYK0.1800.030.59
HSL170.53º10.05%37.06%-
HSV(B)170.53º18.27%40.78%-
XYZ11.0512.7714.19-
YUV97.98129.71118.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=29.31%
G=35.86%
B=34.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal851041010.1800.030.59170.5310.0537.06
Hex55686512033Baba25
Octal1251501452203732531245
Binary10101011101000110010110010011111011101010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556865; }

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

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

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

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

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

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

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

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