Html Css Color HEX #596965 William

📋 copy color: '#596965'

red 89 ◦ green 105 ◦ blue 101

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

Shades of William #596965

Tints of William #596965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 30.17%
G = 35.59%
B = 34.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#596965 (or 0x596965) is known color: William. HEX triplet: 59, 69 and 65. RGB value is (89,105,101). Sum of RGB (Red+Green+Blue) = 89+105+101=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 105 - color contains mainly: green. Hex color #596965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596965 is #A6969A. Grayscale: #636363. Windows color (decimal): -10917531 or 6646105. OLE color: 6646105.

HSL color Cylindrical-coordinate representation of color #596965: hue angle of 165º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #596965 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 105 101 -
CMYK 0.15 0 0.04 0.59
HSL 165º 0.08% 0.38% -
HSV(B) 165º 0.15% 0.41% -
XYZ 11.52 13.17 14.25 -
YUV 99.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 89 105 101 0.15 0 0.04 0.59 165 0.08 0.38
Hex 59 69 65 F 0 4 3B A5 8 26
Octal 131 151 145 17 0 4 73 245 10 46
Binary 1011001 1101001 1100101 1111 0 100 111011 10100101 1000 100110

Color Harmonies of #596965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596965

Black with #596965

Text Example


Text Example

White with #596965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596965; }

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

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

background-color css

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

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

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

border-color css

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

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

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