Html Css Color HEX #56696B River Bed

📋 copy color: '#56696B'

red 86 ◦ green 105 ◦ blue 107

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

Shades of River Bed #56696B

Tints of River Bed #56696B

RGB

 RED value IS 86 (33.98% from 255) = 28.86%

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

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

R = 28.86%
G = 35.23%
B = 35.91%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56696B (or 0x56696B) is known color: River Bed. HEX triplet: 56, 69 and 6B. RGB value is (86,105,107). Sum of RGB (Red+Green+Blue) = 86+105+107=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 105 (41.41% from 255 or 35.23% 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 #56696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56696B is #A99694. Grayscale: #636363. Windows color (decimal): -11114133 or 7039318. OLE color: 7039318.

HSL color Cylindrical-coordinate representation of color #56696B: hue angle of 185.71º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56696B is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 105 107 -
CMYK 0.20 0.02 0 0.58
HSL 185.71º 0.11% 0.38% -
HSV(B) 185.71º 0.2% 0.42% -
XYZ 11.54 13.14 15.84 -
YUV 99.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 86 105 107 0.20 0.02 0 0.58 185.71 0.11 0.38
Hex 56 69 6B 14 2 0 3A BA B 26
Octal 126 151 153 24 2 0 72 272 13 46
Binary 1010110 1101001 1101011 10100 10 0 111010 10111010 1011 100110

Color Harmonies of #56696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56696B

Black with #56696B

Text Example


Text Example

White with #56696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56696B;
 }
 .AnyTagClassName
 {
   color: #56696B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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