Html Css Color HEX #596564 River Bed

📋 copy color: '#596564'

red 89 ◦ green 101 ◦ blue 100

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

Shades of River Bed #596564

Tints of River Bed #596564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 30.69%
G = 34.83%
B = 34.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#596564 (or 0x596564) is known color: River Bed. HEX triplet: 59, 65 and 64. RGB value is (89,101,100). Sum of RGB (Red+Green+Blue) = 89+101+100=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 101 - color contains mainly: green. Hex color #596564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596564 is #A69A9B. Grayscale: #616161. Windows color (decimal): -10918556 or 6579545. OLE color: 6579545.

HSL color Cylindrical-coordinate representation of color #596564: hue angle of 175º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #596564 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 101 100 -
CMYK 0.12 0 0.01 0.60
HSL 175º 0.06% 0.37% -
HSV(B) 175º 0.12% 0.4% -
XYZ 11.07 12.35 13.86 -
YUV 97.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 89 101 100 0.12 0 0.01 0.60 175 0.06 0.37
Hex 59 65 64 C 0 1 3C AF 6 25
Octal 131 145 144 14 0 1 74 257 6 45
Binary 1011001 1100101 1100100 1100 0 1 111100 10101111 110 100101

Color Harmonies of #596564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596564

Black with #596564

Text Example


Text Example

White with #596564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596564; }

 p { color: rgb(89,101,100); }

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

background-color css

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

 a { background-color: rgb(89,101,100); }

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

border-color css

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

 span { border-color: rgb(89,101,100); }

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