Shades of Cutty Sark #588E6E
Tints of Cutty Sark #588E6E
RGB
CMYK
RGB Variations
Color information
#588E6E (or 0x588E6E) is known color: Cutty Sark. HEX triplet: 58, 8E and 6E. RGB value is (88,142,110). Sum of RGB (Red+Green+Blue) = 88+142+110=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #588E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588E6E is #A77191. Grayscale: #7A7A7A. Windows color (decimal): -10973586 or 7245400. OLE color: 7245400.
HSL color Cylindrical-coordinate representation of color #588E6E: hue angle of 144.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588E6E is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 142 | 110 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.44 |
| HSL | 144.44º | 0.23% | 0.45% | - |
| HSV(B) | 144.44º | 0.38% | 0.56% | - |
| XYZ | 16.51 | 22.55 | 18.23 | - |
| YUV | 122.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 110 | 0.38 | 0 | 0.23 | 0.44 | 144.44 | 0.23 | 0.45 |
| Hex | 58 | 8E | 6E | 26 | 0 | 17 | 2C | 90 | 17 | 2D |
| Octal | 130 | 216 | 156 | 46 | 0 | 27 | 54 | 220 | 27 | 55 |
| Binary | 1011000 | 10001110 | 1101110 | 100110 | 0 | 10111 | 101100 | 10010000 | 10111 | 101101 |
Color Harmonies of #588E6E
Complementary color
Monochromatic Colors of #588E6E
Black with #588E6E
Text Example
Text Example
White with #588E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588E6E; }
p { color: rgb(88,142,110); }
H1.HeaderClassName
{
color: #588E6E;
}
.AnyTagClassName
{
color: #588E6E;
}
</style>
background-color css
<style>
a { background-color: #588E6E; }
a { background-color: rgb(88,142,110); }
div.DivClassName
{
background-color: #588E6E;
}
.BgClassName
{
background-color: #588E6E;
}
</style>
border-color css
<style>
span { border-color: #588E6E; }
span { border-color: rgb(88,142,110); }
td.TdClassName
{
border-color: #588E6E;
}
.TagClassName
{
border-color: #588E6E;
}
</style>