#57696B

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

Shades of River Bed #57696B

Tints of River Bed #57696B

Color information

#57696B (or 0x57696B) is unknown color: approx River Bed. HEX triplet: 57, 69 and 6B. RGB value is (87,105,107). Sum of RGB (Red+Green+Blue) = 87+105+107=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 107 - color contains mainly: blue. Hex color #57696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57696B is #A89694. Grayscale: #636363. Windows color (decimal): -11048597 or 7039319. OLE color: 7039319.

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

Color convert

RGB87105107-
CMYK0.190.0200.58
HSL186º10.31%38.04%-
HSV(B)186º18.69%41.96%-
XYZ11.6413.1915.84-
YUV99.85132.04118.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=29.10%
G=35.12%
B=35.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal871051070.190.0200.5818610.3138.04
Hex57696B13203Abaa26
Octal1271511532320722721246
Binary10101111101001110101110011100111010101110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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