#57686B

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

Shades of River Bed #57686B

Tints of River Bed #57686B

Color information

#57686B (or 0x57686B) is unknown color: approx River Bed. HEX triplet: 57, 68 and 6B. RGB value is (87,104,107). Sum of RGB (Red+Green+Blue) = 87+104+107=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 107 - color contains mainly: blue. Hex color #57686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57686B is #A89794. Grayscale: #636363. Windows color (decimal): -11048853 or 7039063. OLE color: 7039063.

HSL color Cylindrical-coordinate representation of color #57686B: 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 #57686B is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB87104107-
CMYK0.190.0300.58
HSL189º10.31%38.04%-
HSV(B)189º18.69%41.96%-
XYZ11.5312.9915.81-
YUV99.26132.37119.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=29.19%
G=34.90%
B=35.91%

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
Decimal871041070.190.0300.5818910.3138.04
Hex57686B13303Abda26
Octal1271501532330722751246
Binary10101111101000110101110011110111010101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57686B; }

 p { color: rgb(87,104,107); }

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

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

 a { background-color: rgb(87,104,107); }

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

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

 span { border-color: rgb(87,104,107); }

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