Html Css Color HEX #59746B Cutty Sark

📋 copy color: '#59746B'

red 89 ◦ green 116 ◦ blue 107

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

Shades of Cutty Sark #59746B

Tints of Cutty Sark #59746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 28.53%
G = 37.18%
B = 34.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#59746B (or 0x59746B) is known color: Cutty Sark. HEX triplet: 59, 74 and 6B. RGB value is (89,116,107). Sum of RGB (Red+Green+Blue) = 89+116+107=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #59746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59746B is #A68B94. Grayscale: #6A6A6A. Windows color (decimal): -10914709 or 7042137. OLE color: 7042137.

HSL color Cylindrical-coordinate representation of color #59746B: hue angle of 160º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #59746B is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 116 107 -
CMYK 0.23 0 0.08 0.55
HSL 160º 0.13% 0.4% -
HSV(B) 160º 0.23% 0.45% -
XYZ 13.02 15.68 16.25 -
YUV 106.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 89 116 107 0.23 0 0.08 0.55 160 0.13 0.4
Hex 59 74 6B 17 0 8 37 A0 D 28
Octal 131 164 153 27 0 10 67 240 15 50
Binary 1011001 1110100 1101011 10111 0 1000 110111 10100000 1101 101000

Color Harmonies of #59746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59746B

Black with #59746B

Text Example


Text Example

White with #59746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59746B; }

 p { color: rgb(89,116,107); }

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

background-color css

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

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

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

border-color css

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

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

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