Shades of Cutty Sark #587D70
Tints of Cutty Sark #587D70
RGB
CMYK
RGB Variations
Color information
#587D70 (or 0x587D70) is known color: Cutty Sark. HEX triplet: 58, 7D and 70. RGB value is (88,125,112). Sum of RGB (Red+Green+Blue) = 88+125+112=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #587D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587D70 is #A7828F. Grayscale: #707070. Windows color (decimal): -10977936 or 7372120. OLE color: 7372120.
HSL color Cylindrical-coordinate representation of color #587D70: hue angle of 158.92º 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 #587D70 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 125 | 112 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.51 |
| HSL | 158.92º | 0.17% | 0.42% | - |
| HSV(B) | 158.92º | 0.3% | 0.49% | - |
| XYZ | 14.28 | 17.91 | 18.03 | - |
| YUV | 112.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 112 | 0.30 | 0 | 0.10 | 0.51 | 158.92 | 0.17 | 0.42 |
| Hex | 58 | 7D | 70 | 1E | 0 | A | 33 | 9F | 11 | 2A |
| Octal | 130 | 175 | 160 | 36 | 0 | 12 | 63 | 237 | 21 | 52 |
| Binary | 1011000 | 1111101 | 1110000 | 11110 | 0 | 1010 | 110011 | 10011111 | 10001 | 101010 |
Color Harmonies of #587D70
Complementary color
Monochromatic Colors of #587D70
Black with #587D70
Text Example
Text Example
White with #587D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D70; }
p { color: rgb(88,125,112); }
H1.HeaderClassName
{
color: #587D70;
}
.AnyTagClassName
{
color: #587D70;
}
</style>
background-color css
<style>
a { background-color: #587D70; }
a { background-color: rgb(88,125,112); }
div.DivClassName
{
background-color: #587D70;
}
.BgClassName
{
background-color: #587D70;
}
</style>
border-color css
<style>
span { border-color: #587D70; }
span { border-color: rgb(88,125,112); }
td.TdClassName
{
border-color: #587D70;
}
.TagClassName
{
border-color: #587D70;
}
</style>