Html Css Color HEX #56696A River Bed

📋 copy color: '#56696A'

red 86 ◦ green 105 ◦ blue 106

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

Shades of River Bed #56696A

Tints of River Bed #56696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 28.96%
G = 35.35%
B = 35.69%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56696A (or 0x56696A) is known color: River Bed. HEX triplet: 56, 69 and 6A. RGB value is (86,105,106). Sum of RGB (Red+Green+Blue) = 86+105+106=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 106 - color contains mainly: blue. Hex color #56696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56696A is #A99695. Grayscale: #636363. Windows color (decimal): -11114134 or 6973782. OLE color: 6973782.

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

Color convert

RGB 86 105 106 -
CMYK 0.19 0.01 0 0.58
HSL 183º 0.1% 0.38% -
HSV(B) 183º 0.19% 0.42% -
XYZ 11.49 13.12 15.56 -
YUV 99.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 86 105 106 0.19 0.01 0 0.58 183 0.1 0.38
Hex 56 69 6A 13 1 0 3A B7 A 26
Octal 126 151 152 23 1 0 72 267 12 46
Binary 1010110 1101001 1101010 10011 1 0 111010 10110111 1010 100110

Color Harmonies of #56696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56696A

Black with #56696A

Text Example


Text Example

White with #56696A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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