Shades of Cutty Sark #598A6B
Tints of Cutty Sark #598A6B
RGB
CMYK
RGB Variations
Color information
#598A6B (or 0x598A6B) is known color: Cutty Sark. HEX triplet: 59, 8A and 6B. RGB value is (89,138,107). Sum of RGB (Red+Green+Blue) = 89+138+107=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #598A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598A6B is #A67594. Grayscale: #777777. Windows color (decimal): -10909077 or 7047769. OLE color: 7047769.
HSL color Cylindrical-coordinate representation of color #598A6B: hue angle of 142.04º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #598A6B is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 138 | 107 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.46 |
| HSL | 142.04º | 0.22% | 0.45% | - |
| HSV(B) | 142.04º | 0.36% | 0.54% | - |
| XYZ | 15.86 | 21.36 | 17.2 | - |
| YUV | 119.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 107 | 0.36 | 0 | 0.22 | 0.46 | 142.04 | 0.22 | 0.45 |
| Hex | 59 | 8A | 6B | 24 | 0 | 16 | 2E | 8E | 16 | 2D |
| Octal | 131 | 212 | 153 | 44 | 0 | 26 | 56 | 216 | 26 | 55 |
| Binary | 1011001 | 10001010 | 1101011 | 100100 | 0 | 10110 | 101110 | 10001110 | 10110 | 101101 |
Color Harmonies of #598A6B
Complementary color
Monochromatic Colors of #598A6B
Black with #598A6B
Text Example
Text Example
White with #598A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598A6B; }
p { color: rgb(89,138,107); }
H1.HeaderClassName
{
color: #598A6B;
}
.AnyTagClassName
{
color: #598A6B;
}
</style>
background-color css
<style>
a { background-color: #598A6B; }
a { background-color: rgb(89,138,107); }
div.DivClassName
{
background-color: #598A6B;
}
.BgClassName
{
background-color: #598A6B;
}
</style>
border-color css
<style>
span { border-color: #598A6B; }
span { border-color: rgb(89,138,107); }
td.TdClassName
{
border-color: #598A6B;
}
.TagClassName
{
border-color: #598A6B;
}
</style>