Html Css Color HEX #5B696A River Bed

📋 copy color: '#5B696A'

red 91 ◦ green 105 ◦ blue 106

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

Shades of River Bed #5B696A

Tints of River Bed #5B696A

RGB

 RED value IS 91 (35.94% from 255) = 30.13%

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

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

R = 30.13%
G = 34.77%
B = 35.1%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5B696A (or 0x5B696A) is known color: River Bed. HEX triplet: 5B, 69 and 6A. RGB value is (91,105,106). Sum of RGB (Red+Green+Blue) = 91+105+106=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B696A is #A49695. Grayscale: #646464. Windows color (decimal): -10786454 or 6973787. OLE color: 6973787.

HSL color Cylindrical-coordinate representation of color #5B696A: hue angle of 184º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B696A is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 105 106 -
CMYK 0.14 0.01 0 0.58
HSL 184º 0.08% 0.39% -
HSV(B) 184º 0.14% 0.42% -
XYZ 11.97 13.37 15.59 -
YUV 100.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 91 105 106 0.14 0.01 0 0.58 184 0.08 0.39
Hex 5B 69 6A E 1 0 3A B8 8 27
Octal 133 151 152 16 1 0 72 270 10 47
Binary 1011011 1101001 1101010 1110 1 0 111010 10111000 1000 100111

Color Harmonies of #5B696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B696A

Black with #5B696A

Text Example


Text Example

White with #5B696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B696A; }

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

 H1.HeaderClassName
 {
   color: #5B696A;
 }
 .AnyTagClassName
 {
   color: #5B696A;
 }
</style>

background-color css

<style>
 a { background-color: #5B696A; }

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

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

border-color css

<style>
 span { border-color: #5B696A; }

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

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