Html Css Color HEX #59776D Cutty Sark

📋 copy color: '#59776D'

red 89 ◦ green 119 ◦ blue 109

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

Shades of Cutty Sark #59776D

Tints of Cutty Sark #59776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 28.08%
G = 37.54%
B = 34.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#59776D (or 0x59776D) is known color: Cutty Sark. HEX triplet: 59, 77 and 6D. RGB value is (89,119,109). Sum of RGB (Red+Green+Blue) = 89+119+109=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #59776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59776D is #A68892. Grayscale: #6C6C6C. Windows color (decimal): -10913939 or 7173977. OLE color: 7173977.

HSL color Cylindrical-coordinate representation of color #59776D: hue angle of 160º 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 #59776D is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 119 109 -
CMYK 0.25 0 0.08 0.53
HSL 160º 0.14% 0.41% -
HSV(B) 160º 0.25% 0.47% -
XYZ 13.48 16.42 16.93 -
YUV 108.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 89 119 109 0.25 0 0.08 0.53 160 0.14 0.41
Hex 59 77 6D 19 0 8 35 A0 E 29
Octal 131 167 155 31 0 10 65 240 16 51
Binary 1011001 1110111 1101101 11001 0 1000 110101 10100000 1110 101001

Color Harmonies of #59776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59776D

Black with #59776D

Text Example


Text Example

White with #59776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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