Shades of Cutty Sark #587D71
Tints of Cutty Sark #587D71
RGB
CMYK
RGB Variations
Color information
#587D71 (or 0x587D71) is known color: Cutty Sark. HEX triplet: 58, 7D and 71. RGB value is (88,125,113). Sum of RGB (Red+Green+Blue) = 88+125+113=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #587D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587D71 is #A7828E. Grayscale: #707070. Windows color (decimal): -10977935 or 7437656. OLE color: 7437656.
HSL color Cylindrical-coordinate representation of color #587D71: hue angle of 160.54º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #587D71 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 125 | 113 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.51 |
| HSL | 160.54º | 0.17% | 0.42% | - |
| HSV(B) | 160.54º | 0.3% | 0.49% | - |
| XYZ | 14.34 | 17.93 | 18.33 | - |
| YUV | 112.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 113 | 0.30 | 0 | 0.10 | 0.51 | 160.54 | 0.17 | 0.42 |
| Hex | 58 | 7D | 71 | 1E | 0 | A | 33 | A1 | 11 | 2A |
| Octal | 130 | 175 | 161 | 36 | 0 | 12 | 63 | 241 | 21 | 52 |
| Binary | 1011000 | 1111101 | 1110001 | 11110 | 0 | 1010 | 110011 | 10100001 | 10001 | 101010 |
Color Harmonies of #587D71
Complementary color
Monochromatic Colors of #587D71
Black with #587D71
Text Example
Text Example
White with #587D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D71; }
p { color: rgb(88,125,113); }
H1.HeaderClassName
{
color: #587D71;
}
.AnyTagClassName
{
color: #587D71;
}
</style>
background-color css
<style>
a { background-color: #587D71; }
a { background-color: rgb(88,125,113); }
div.DivClassName
{
background-color: #587D71;
}
.BgClassName
{
background-color: #587D71;
}
</style>
border-color css
<style>
span { border-color: #587D71; }
span { border-color: rgb(88,125,113); }
td.TdClassName
{
border-color: #587D71;
}
.TagClassName
{
border-color: #587D71;
}
</style>