Shades of Cutty Sark #587C72
Tints of Cutty Sark #587C72
RGB
CMYK
RGB Variations
Color information
#587C72 (or 0x587C72) is known color: Cutty Sark. HEX triplet: 58, 7C and 72. RGB value is (88,124,114). Sum of RGB (Red+Green+Blue) = 88+124+114=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #587C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587C72 is #A7838D. Grayscale: #707070. Windows color (decimal): -10978190 or 7502936. OLE color: 7502936.
HSL color Cylindrical-coordinate representation of color #587C72: hue angle of 163.33º 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 #587C72 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 124 | 114 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.51 |
| HSL | 163.33º | 0.17% | 0.42% | - |
| HSV(B) | 163.33º | 0.29% | 0.49% | - |
| XYZ | 14.27 | 17.7 | 18.58 | - |
| YUV | 112.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 114 | 0.29 | 0 | 0.08 | 0.51 | 163.33 | 0.17 | 0.42 |
| Hex | 58 | 7C | 72 | 1D | 0 | 8 | 33 | A3 | 11 | 2A |
| Octal | 130 | 174 | 162 | 35 | 0 | 10 | 63 | 243 | 21 | 52 |
| Binary | 1011000 | 1111100 | 1110010 | 11101 | 0 | 1000 | 110011 | 10100011 | 10001 | 101010 |
Color Harmonies of #587C72
Complementary color
Monochromatic Colors of #587C72
Black with #587C72
Text Example
Text Example
White with #587C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587C72; }
p { color: rgb(88,124,114); }
H1.HeaderClassName
{
color: #587C72;
}
.AnyTagClassName
{
color: #587C72;
}
</style>
background-color css
<style>
a { background-color: #587C72; }
a { background-color: rgb(88,124,114); }
div.DivClassName
{
background-color: #587C72;
}
.BgClassName
{
background-color: #587C72;
}
</style>
border-color css
<style>
span { border-color: #587C72; }
span { border-color: rgb(88,124,114); }
td.TdClassName
{
border-color: #587C72;
}
.TagClassName
{
border-color: #587C72;
}
</style>