Html Css Color HEX #596464 River Bed

📋 copy color: '#596464'

red 89 ◦ green 100 ◦ blue 100

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

Shades of River Bed #596464

Tints of River Bed #596464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.6%

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

R = 30.8%
G = 34.6%
B = 34.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#596464 (or 0x596464) is known color: River Bed. HEX triplet: 59, 64 and 64. RGB value is (89,100,100). Sum of RGB (Red+Green+Blue) = 89+100+100=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #596464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596464 is #A69B9B. Grayscale: #606060. Windows color (decimal): -10918812 or 6579289. OLE color: 6579289.

HSL color Cylindrical-coordinate representation of color #596464: hue angle of 180º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #596464 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 100 100 -
CMYK 0.11 0 0 0.61
HSL 180º 0.06% 0.37% -
HSV(B) 180º 0.11% 0.39% -
XYZ 10.98 12.16 13.82 -
YUV 96.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 89 100 100 0.11 0 0 0.61 180 0.06 0.37
Hex 59 64 64 B 0 0 3D B4 6 25
Octal 131 144 144 13 0 0 75 264 6 45
Binary 1011001 1100100 1100100 1011 0 0 111101 10110100 110 100101

Color Harmonies of #596464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596464

Black with #596464

Text Example


Text Example

White with #596464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596464; }

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

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

background-color css

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

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

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

border-color css

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

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

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