Html Css Color HEX #57696B River Bed

📋 copy color: '#57696B'

red 87 ◦ green 105 ◦ blue 107

#57696B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of River Bed #57696B

Tints of River Bed #57696B

RGB

 RED value IS 87 (34.38% from 255) = 29.1%

 GREEN value IS 105 (41.41% from 255) = 35.12%

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 29.1%
G = 35.12%
B = 35.79%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57696B (or 0x57696B) is known color: 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

RGB 87 105 107 -
CMYK 0.19 0.02 0 0.58
HSL 186º 0.1% 0.38% -
HSV(B) 186º 0.19% 0.42% -
XYZ 11.64 13.19 15.84 -
YUV 99.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 87 105 107 0.19 0.02 0 0.58 186 0.1 0.38
Hex 57 69 6B 13 2 0 3A BA A 26
Octal 127 151 153 23 2 0 72 272 12 46
Binary 1010111 1101001 1101011 10011 10 0 111010 10111010 1010 100110

Color Harmonies of #57696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57696B

Black with #57696B

Text Example


Text Example

White with #57696B

Text Example


Text Example

HTML Codes & Css Web 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>