#59877C

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

Shades of Cutty Sark #59877C

Tints of Cutty Sark #59877C

Color information

#59877C (or 0x59877C) is unknown color: approx Cutty Sark. HEX triplet: 59, 87 and 7C. RGB value is (89,135,124). Sum of RGB (Red+Green+Blue) = 89+135+124=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #59877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59877C is #A67883. Grayscale: #777777. Windows color (decimal): -10909828 or 8161113. OLE color: 8161113.

HSL color Cylindrical-coordinate representation of color #59877C: hue angle of 165.65º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59877C is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB89135124-
CMYK0.3400.080.47
HSL165.65º20.54%43.92%-
HSV(B)165.65º34.07%52.94%-
XYZ16.4220.9122.24-
YUV119.99130.26105.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=25.57%
G=38.79%
B=35.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891351240.3400.080.47165.6520.5443.92
Hex59877C22082Fa6152c
Octal13120717442010572462554
Binary1011001100001111111100100010010001011111010011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,135,124); }

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

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

 a { background-color: rgb(89,135,124); }

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

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

 span { border-color: rgb(89,135,124); }

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