#59857B

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

Shades of Cutty Sark #59857B

Tints of Cutty Sark #59857B

Color information

#59857B (or 0x59857B) is unknown color: approx Cutty Sark. HEX triplet: 59, 85 and 7B. RGB value is (89,133,123). Sum of RGB (Red+Green+Blue) = 89+133+123=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #59857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59857B is #A67A84. Grayscale: #767676. Windows color (decimal): -10910341 or 8095065. OLE color: 8095065.

HSL color Cylindrical-coordinate representation of color #59857B: hue angle of 166.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59857B is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB89133123-
CMYK0.3300.080.48
HSL166.36º19.82%43.53%-
HSV(B)166.36º33.08%52.16%-
XYZ16.0820.3321.82-
YUV118.7130.42106.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=25.80%
G=38.55%
B=35.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891331230.3300.080.48166.3619.8243.53
Hex59857B210830a6142c
Octal13120517341010602462454
Binary1011001100001011111011100001010001100001010011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,133,123); }

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

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

 a { background-color: rgb(89,133,123); }

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

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

 span { border-color: rgb(89,133,123); }

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