Html Css Color HEX #59776F William

📋 copy color: '#59776F'

red 89 ◦ green 119 ◦ blue 111

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

Shades of William #59776F

Tints of William #59776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 27.9%
G = 37.3%
B = 34.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#59776F (or 0x59776F) is known color: William. HEX triplet: 59, 77 and 6F. RGB value is (89,119,111). Sum of RGB (Red+Green+Blue) = 89+119+111=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #59776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59776F is #A68890. Grayscale: #6D6D6D. Windows color (decimal): -10913937 or 7305049. OLE color: 7305049.

HSL color Cylindrical-coordinate representation of color #59776F: hue angle of 164º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59776F is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 119 111 -
CMYK 0.25 0 0.07 0.53
HSL 164º 0.14% 0.41% -
HSV(B) 164º 0.25% 0.47% -
XYZ 13.59 16.47 17.5 -
YUV 109.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 89 119 111 0.25 0 0.07 0.53 164 0.14 0.41
Hex 59 77 6F 19 0 7 35 A4 E 29
Octal 131 167 157 31 0 7 65 244 16 51
Binary 1011001 1110111 1101111 11001 0 111 110101 10100100 1110 101001

Color Harmonies of #59776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59776F

Black with #59776F

Text Example


Text Example

White with #59776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59776F; }

 p { color: rgb(89,119,111); }

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

background-color css

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

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

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

border-color css

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

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

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