#56676A

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

Shades of River Bed #56676A

Tints of River Bed #56676A

Color information

#56676A (or 0x56676A) is unknown color: approx River Bed. HEX triplet: 56, 67 and 6A. RGB value is (86,103,106). Sum of RGB (Red+Green+Blue) = 86+103+106=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #56676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56676A is #A99895. Grayscale: #626262. Windows color (decimal): -11114646 or 6973270. OLE color: 6973270.

HSL color Cylindrical-coordinate representation of color #56676A: hue angle of 189º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #56676A is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB86103106-
CMYK0.190.0300.58
HSL189º10.42%37.65%-
HSV(B)189º18.87%41.57%-
XYZ11.2912.7215.5-
YUV98.26132.37119.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=29.15%
G=34.92%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal861031060.190.0300.5818910.4237.65
Hex56676A13303Abda26
Octal1261471522330722751246
Binary10101101100111110101010011110111010101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56676A; }

 p { color: rgb(86,103,106); }

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

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

 a { background-color: rgb(86,103,106); }

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

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

 span { border-color: rgb(86,103,106); }

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