Html Css Color HEX #59806B Cutty Sark

📋 copy color: '#59806B'

red 89 ◦ green 128 ◦ blue 107

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

Shades of Cutty Sark #59806B

Tints of Cutty Sark #59806B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.51%

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

R = 27.47%
G = 39.51%
B = 33.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#59806B (or 0x59806B) is known color: Cutty Sark. HEX triplet: 59, 80 and 6B. RGB value is (89,128,107). Sum of RGB (Red+Green+Blue) = 89+128+107=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #59806B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59806B is #A67F94. Grayscale: #717171. Windows color (decimal): -10911637 or 7045209. OLE color: 7045209.

HSL color Cylindrical-coordinate representation of color #59806B: hue angle of 147.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59806B is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 128 107 -
CMYK 0.30 0 0.16 0.50
HSL 147.69º 0.18% 0.43% -
HSV(B) 147.69º 0.3% 0.5% -
XYZ 14.49 18.62 16.74 -
YUV 113.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 89 128 107 0.30 0 0.16 0.50 147.69 0.18 0.43
Hex 59 80 6B 1E 0 10 32 94 12 2B
Octal 131 200 153 36 0 20 62 224 22 53
Binary 1011001 10000000 1101011 11110 0 10000 110010 10010100 10010 101011

Color Harmonies of #59806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59806B

Black with #59806B

Text Example


Text Example

White with #59806B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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