Html Css Color HEX #59756C Cutty Sark

📋 copy color: '#59756C'

red 89 ◦ green 117 ◦ blue 108

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

Shades of Cutty Sark #59756C

Tints of Cutty Sark #59756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 28.34%
G = 37.26%
B = 34.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#59756C (or 0x59756C) is known color: Cutty Sark. HEX triplet: 59, 75 and 6C. RGB value is (89,117,108). Sum of RGB (Red+Green+Blue) = 89+117+108=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #59756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59756C is #A68A93. Grayscale: #6B6B6B. Windows color (decimal): -10914452 or 7107929. OLE color: 7107929.

HSL color Cylindrical-coordinate representation of color #59756C: hue angle of 160.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59756C is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 117 108 -
CMYK 0.24 0 0.08 0.54
HSL 160.71º 0.14% 0.4% -
HSV(B) 160.71º 0.24% 0.46% -
XYZ 13.19 15.93 16.57 -
YUV 107.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 89 117 108 0.24 0 0.08 0.54 160.71 0.14 0.4
Hex 59 75 6C 18 0 8 36 A1 E 28
Octal 131 165 154 30 0 10 66 241 16 50
Binary 1011001 1110101 1101100 11000 0 1000 110110 10100001 1110 101000

Color Harmonies of #59756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59756C

Black with #59756C

Text Example


Text Example

White with #59756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59756C; }

 p { color: rgb(89,117,108); }

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

background-color css

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

 a { background-color: rgb(89,117,108); }

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

border-color css

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

 span { border-color: rgb(89,117,108); }

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