#566160

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

Shades of River Bed #566160

Tints of River Bed #566160

Color information

#566160 (or 0x566160) is unknown color: approx River Bed. HEX triplet: 56, 61 and 60. RGB value is (86,97,96). Sum of RGB (Red+Green+Blue) = 86+97+96=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 97 - color contains mainly: green. Hex color #566160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566160 is #A99E9F. Grayscale: #5D5D5D. Windows color (decimal): -11116192 or 6316374. OLE color: 6316374.

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

Color convert

RGB869796-
CMYK0.1100.010.62
HSL174.55º6.01%35.88%-
HSV(B)174.55º11.34%38.04%-
XYZ10.2211.3712.72-
YUV93.6129.36122.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=30.82%
G=34.77%
B=34.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697960.1100.010.62174.556.0135.88
Hex566160B013Eaf624
Octal126141140130176257644
Binary10101101100001110000010110111111010101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566160; }

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

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

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

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

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

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

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

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