Html Css Color HEX #59696B River Bed

📋 copy color: '#59696B'

red 89 ◦ green 105 ◦ blue 107

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

Shades of River Bed #59696B

Tints of River Bed #59696B

RGB

 RED value IS 89 (35.16% from 255) = 29.57%

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

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

R = 29.57%
G = 34.88%
B = 35.55%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#59696B (or 0x59696B) is known color: River Bed. HEX triplet: 59, 69 and 6B. RGB value is (89,105,107). Sum of RGB (Red+Green+Blue) = 89+105+107=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 107 - color contains mainly: blue. Hex color #59696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59696B is #A69694. Grayscale: #646464. Windows color (decimal): -10917525 or 7039321. OLE color: 7039321.

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

Color convert

RGB 89 105 107 -
CMYK 0.17 0.02 0 0.58
HSL 186.67º 0.09% 0.38% -
HSV(B) 186.67º 0.17% 0.42% -
XYZ 11.83 13.29 15.85 -
YUV 100.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 89 105 107 0.17 0.02 0 0.58 186.67 0.09 0.38
Hex 59 69 6B 11 2 0 3A BB 9 26
Octal 131 151 153 21 2 0 72 273 11 46
Binary 1011001 1101001 1101011 10001 10 0 111010 10111011 1001 100110

Color Harmonies of #59696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59696B

Black with #59696B

Text Example


Text Example

White with #59696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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