#556563

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

Shades of River Bed #556563

Tints of River Bed #556563

Color information

#556563 (or 0x556563) is unknown color: approx River Bed. HEX triplet: 55, 65 and 63. RGB value is (85,101,99). Sum of RGB (Red+Green+Blue) = 85+101+99=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 101 - color contains mainly: green. Hex color #556563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556563 is #AA9A9C. Grayscale: #5F5F5F. Windows color (decimal): -11180701 or 6514005. OLE color: 6514005.

HSL color Cylindrical-coordinate representation of color #556563: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556563 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB8510199-
CMYK0.1600.020.60
HSL172.5º8.6%36.47%-
HSV(B)172.5º15.84%39.61%-
XYZ10.6512.1413.59-
YUV95.99129.7120.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=29.82%
G=35.44%
B=34.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101990.1600.020.60172.58.636.47
Hex55656310023Cac924
Octal1251451432002742541144
Binary10101011100101110001110000010111100101011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556563; }

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

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

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

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

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

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

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

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