#59826E

Color #59826E Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #59826E

Tints of Cutty Sark #59826E

Color information

#59826E (or 0x59826E) is unknown color: approx Cutty Sark. HEX triplet: 59, 82 and 6E. RGB value is (89,130,110). Sum of RGB (Red+Green+Blue) = 89+130+110=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #59826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59826E is #A67D91. Grayscale: #737373. Windows color (decimal): -10911122 or 7242329. OLE color: 7242329.

HSL color Cylindrical-coordinate representation of color #59826E: hue angle of 150.73º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #59826E is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB89130110-
CMYK0.3200.150.49
HSL150.73º18.72%42.94%-
HSV(B)150.73º31.54%50.98%-
XYZ14.9219.2117.67-
YUV115.46124.92109.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=27.05%
G=39.51%
B=33.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891301100.3200.150.49150.7318.7242.94
Hex59826E200F3197132b
Octal13120215640017612272353
Binary1011001100000101101110100000011111100011001011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59826E; }

 p { color: rgb(89,130,110); }

 H1.HeaderClassName
 {
   color: #59826E;
 }
 .AnyTagClassName
 {
   color: #59826E;
 }
</style>
background-color css

<style>
 a { background-color: #59826E; }

 a { background-color: rgb(89,130,110); }

 div.DivClassName
 {
   background-color: #59826E;
 }
 .BgClassName
 {
   background-color: #59826E;
 }
</style>
border-color css

<style>
 span { border-color: #59826E; }

 span { border-color: rgb(89,130,110); }

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