#599575

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

Shades of Cutty Sark #599575

Tints of Cutty Sark #599575

Color information

#599575 (or 0x599575) is unknown color: approx Cutty Sark. HEX triplet: 59, 95 and 75. RGB value is (89,149,117). Sum of RGB (Red+Green+Blue) = 89+149+117=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #599575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599575 is #A66A8A. Grayscale: #7F7F7F. Windows color (decimal): -10906251 or 7705945. OLE color: 7705945.

HSL color Cylindrical-coordinate representation of color #599575: hue angle of 148º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599575 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB89149117-
CMYK0.4000.210.42
HSL148º25.21%46.67%-
HSV(B)148º40.27%58.43%-
XYZ18.0824.920.68-
YUV127.41122.12100.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.07%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=25.07%
G=41.97%
B=32.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891491170.4000.210.4214825.2146.67
Hex599575280152A94192f
Octal13122516550025522243157
Binary10110011001010111101011010000101011010101001010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599575; }

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

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

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

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

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

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

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

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