Html Css Color HEX #596550 Tom Thumb

📋 copy color: '#596550'

red 89 ◦ green 101 ◦ blue 80

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

Shades of Tom Thumb #596550

Tints of Tom Thumb #596550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 32.96%
G = 37.41%
B = 29.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#596550 (or 0x596550) is known color: Tom Thumb. HEX triplet: 59, 65 and 50. RGB value is (89,101,80). Sum of RGB (Red+Green+Blue) = 89+101+80=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #596550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596550 is #A69AAF. Grayscale: #5F5F5F. Windows color (decimal): -10918576 or 5268825. OLE color: 5268825.

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

Color convert

RGB 89 101 80 -
CMYK 0.12 0 0.21 0.60
HSL 94.29º 0.12% 0.35% -
HSV(B) 94.29º 0.21% 0.4% -
XYZ 10.22 12.01 9.37 -
YUV 95.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 89 101 80 0.12 0 0.21 0.60 94.29 0.12 0.35
Hex 59 65 50 C 0 15 3C 5E C 23
Octal 131 145 120 14 0 25 74 136 14 43
Binary 1011001 1100101 1010000 1100 0 10101 111100 1011110 1100 100011

Color Harmonies of #596550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596550

Black with #596550

Text Example


Text Example

White with #596550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596550; }

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

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

background-color css

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

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

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

border-color css

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

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

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