Shades of Cutty Sark #599075
Tints of Cutty Sark #599075
RGB
CMYK
RGB Variations
Color information
#599075 (or 0x599075) is known color: Cutty Sark. HEX triplet: 59, 90 and 75. RGB value is (89,144,117). Sum of RGB (Red+Green+Blue) = 89+144+117=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #599075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599075 is #A66F8A. Grayscale: #7C7C7C. Windows color (decimal): -10907531 or 7704665. OLE color: 7704665.
HSL color Cylindrical-coordinate representation of color #599075: hue angle of 150.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599075 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 117 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.44 |
| HSL | 150.55º | 0.24% | 0.46% | - |
| HSV(B) | 150.55º | 0.38% | 0.56% | - |
| XYZ | 17.3 | 23.35 | 20.43 | - |
| YUV | 124.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 117 | 0.38 | 0 | 0.19 | 0.44 | 150.55 | 0.24 | 0.46 |
| Hex | 59 | 90 | 75 | 26 | 0 | 13 | 2C | 97 | 18 | 2E |
| Octal | 131 | 220 | 165 | 46 | 0 | 23 | 54 | 227 | 30 | 56 |
| Binary | 1011001 | 10010000 | 1110101 | 100110 | 0 | 10011 | 101100 | 10010111 | 11000 | 101110 |
Color Harmonies of #599075
Complementary color
Monochromatic Colors of #599075
Black with #599075
Text Example
Text Example
White with #599075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599075; }
p { color: rgb(89,144,117); }
H1.HeaderClassName
{
color: #599075;
}
.AnyTagClassName
{
color: #599075;
}
</style>
background-color css
<style>
a { background-color: #599075; }
a { background-color: rgb(89,144,117); }
div.DivClassName
{
background-color: #599075;
}
.BgClassName
{
background-color: #599075;
}
</style>
border-color css
<style>
span { border-color: #599075; }
span { border-color: rgb(89,144,117); }
td.TdClassName
{
border-color: #599075;
}
.TagClassName
{
border-color: #599075;
}
</style>