Shades of Cutty Sark #588D74
Tints of Cutty Sark #588D74
RGB
CMYK
RGB Variations
Color information
#588D74 (or 0x588D74) is known color: Cutty Sark. HEX triplet: 58, 8D and 74. RGB value is (88,141,116). Sum of RGB (Red+Green+Blue) = 88+141+116=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #588D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588D74 is #A7728B. Grayscale: #7A7A7A. Windows color (decimal): -10973836 or 7638360. OLE color: 7638360.
HSL color Cylindrical-coordinate representation of color #588D74: hue angle of 151.7º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588D74 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 141 | 116 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.45 |
| HSL | 151.7º | 0.23% | 0.45% | - |
| HSV(B) | 151.7º | 0.38% | 0.55% | - |
| XYZ | 16.7 | 22.39 | 19.96 | - |
| YUV | 122.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 116 | 0.38 | 0 | 0.18 | 0.45 | 151.7 | 0.23 | 0.45 |
| Hex | 58 | 8D | 74 | 26 | 0 | 12 | 2D | 98 | 17 | 2D |
| Octal | 130 | 215 | 164 | 46 | 0 | 22 | 55 | 230 | 27 | 55 |
| Binary | 1011000 | 10001101 | 1110100 | 100110 | 0 | 10010 | 101101 | 10011000 | 10111 | 101101 |
Color Harmonies of #588D74
Complementary color
Monochromatic Colors of #588D74
Black with #588D74
Text Example
Text Example
White with #588D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588D74; }
p { color: rgb(88,141,116); }
H1.HeaderClassName
{
color: #588D74;
}
.AnyTagClassName
{
color: #588D74;
}
</style>
background-color css
<style>
a { background-color: #588D74; }
a { background-color: rgb(88,141,116); }
div.DivClassName
{
background-color: #588D74;
}
.BgClassName
{
background-color: #588D74;
}
</style>
border-color css
<style>
span { border-color: #588D74; }
span { border-color: rgb(88,141,116); }
td.TdClassName
{
border-color: #588D74;
}
.TagClassName
{
border-color: #588D74;
}
</style>