Html Css Color HEX #56686A River Bed

📋 copy color: '#56686A'

red 86 ◦ green 104 ◦ blue 106

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

Shades of River Bed #56686A

Tints of River Bed #56686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

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

R = 29.05%
G = 35.14%
B = 35.81%

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

#56686A (or 0x56686A) is known color: River Bed. HEX triplet: 56, 68 and 6A. RGB value is (86,104,106). Sum of RGB (Red+Green+Blue) = 86+104+106=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 106 - color contains mainly: blue. Hex color #56686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56686A is #A99795. Grayscale: #626262. Windows color (decimal): -11114390 or 6973526. OLE color: 6973526.

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

Color convert

RGB 86 104 106 -
CMYK 0.19 0.02 0 0.58
HSL 186º 0.1% 0.38% -
HSV(B) 186º 0.19% 0.42% -
XYZ 11.39 12.92 15.53 -
YUV 98.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 86 104 106 0.19 0.02 0 0.58 186 0.1 0.38
Hex 56 68 6A 13 2 0 3A BA A 26
Octal 126 150 152 23 2 0 72 272 12 46
Binary 1010110 1101000 1101010 10011 10 0 111010 10111010 1010 100110

Color Harmonies of #56686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56686A

Black with #56686A

Text Example


Text Example

White with #56686A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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