Shades of Cutty Sark #587C73
Tints of Cutty Sark #587C73
RGB
CMYK
RGB Variations
Color information
#587C73 (or 0x587C73) is known color: Cutty Sark. HEX triplet: 58, 7C and 73. RGB value is (88,124,115). Sum of RGB (Red+Green+Blue) = 88+124+115=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #587C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587C73 is #A7838C. Grayscale: #707070. Windows color (decimal): -10978189 or 7568472. OLE color: 7568472.
HSL color Cylindrical-coordinate representation of color #587C73: hue angle of 165º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #587C73 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 124 | 115 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.51 |
| HSL | 165º | 0.17% | 0.42% | - |
| HSV(B) | 165º | 0.29% | 0.49% | - |
| XYZ | 14.33 | 17.73 | 18.89 | - |
| YUV | 112.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 115 | 0.29 | 0 | 0.07 | 0.51 | 165 | 0.17 | 0.42 |
| Hex | 58 | 7C | 73 | 1D | 0 | 7 | 33 | A5 | 11 | 2A |
| Octal | 130 | 174 | 163 | 35 | 0 | 7 | 63 | 245 | 21 | 52 |
| Binary | 1011000 | 1111100 | 1110011 | 11101 | 0 | 111 | 110011 | 10100101 | 10001 | 101010 |
Color Harmonies of #587C73
Complementary color
Monochromatic Colors of #587C73
Black with #587C73
Text Example
Text Example
White with #587C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587C73; }
p { color: rgb(88,124,115); }
H1.HeaderClassName
{
color: #587C73;
}
.AnyTagClassName
{
color: #587C73;
}
</style>
background-color css
<style>
a { background-color: #587C73; }
a { background-color: rgb(88,124,115); }
div.DivClassName
{
background-color: #587C73;
}
.BgClassName
{
background-color: #587C73;
}
</style>
border-color css
<style>
span { border-color: #587C73; }
span { border-color: rgb(88,124,115); }
td.TdClassName
{
border-color: #587C73;
}
.TagClassName
{
border-color: #587C73;
}
</style>