#556160

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

Shades of River Bed #556160

Tints of River Bed #556160

Color information

#556160 (or 0x556160) is unknown color: approx River Bed. HEX triplet: 55, 61 and 60. RGB value is (85,97,96). Sum of RGB (Red+Green+Blue) = 85+97+96=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #556160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556160 is #AA9E9F. Grayscale: #5D5D5D. Windows color (decimal): -11181728 or 6316373. OLE color: 6316373.

HSL color Cylindrical-coordinate representation of color #556160: hue angle of 175º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #556160 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB859796-
CMYK0.1200.010.62
HSL175º6.59%35.69%-
HSV(B)175º12.37%38.04%-
XYZ10.1311.3312.72-
YUV93.3129.52122.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=30.58%
G=34.89%
B=34.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597960.1200.010.621756.5935.69
Hex556160C013Eaf724
Octal125141140140176257744
Binary10101011100001110000011000111111010101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556160; }

 p { color: rgb(85,97,96); }

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

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

 a { background-color: rgb(85,97,96); }

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

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

 span { border-color: rgb(85,97,96); }

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