Shades of Cutty Sark #587E6F
Tints of Cutty Sark #587E6F
RGB
CMYK
RGB Variations
Color information
#587E6F (or 0x587E6F) is known color: Cutty Sark. HEX triplet: 58, 7E and 6F. RGB value is (88,126,111). Sum of RGB (Red+Green+Blue) = 88+126+111=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #587E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587E6F is #A78190. Grayscale: #707070. Windows color (decimal): -10977681 or 7306840. OLE color: 7306840.
HSL color Cylindrical-coordinate representation of color #587E6F: hue angle of 156.32º degrees, saturation: 0.18, 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 #587E6F is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 126 | 111 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.51 |
| HSL | 156.32º | 0.18% | 0.42% | - |
| HSV(B) | 156.32º | 0.3% | 0.49% | - |
| XYZ | 14.35 | 18.14 | 17.78 | - |
| YUV | 112.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 126 | 111 | 0.30 | 0 | 0.12 | 0.51 | 156.32 | 0.18 | 0.42 |
| Hex | 58 | 7E | 6F | 1E | 0 | C | 33 | 9C | 12 | 2A |
| Octal | 130 | 176 | 157 | 36 | 0 | 14 | 63 | 234 | 22 | 52 |
| Binary | 1011000 | 1111110 | 1101111 | 11110 | 0 | 1100 | 110011 | 10011100 | 10010 | 101010 |
Color Harmonies of #587E6F
Complementary color
Monochromatic Colors of #587E6F
Black with #587E6F
Text Example
Text Example
White with #587E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587E6F; }
p { color: rgb(88,126,111); }
H1.HeaderClassName
{
color: #587E6F;
}
.AnyTagClassName
{
color: #587E6F;
}
</style>
background-color css
<style>
a { background-color: #587E6F; }
a { background-color: rgb(88,126,111); }
div.DivClassName
{
background-color: #587E6F;
}
.BgClassName
{
background-color: #587E6F;
}
</style>
border-color css
<style>
span { border-color: #587E6F; }
span { border-color: rgb(88,126,111); }
td.TdClassName
{
border-color: #587E6F;
}
.TagClassName
{
border-color: #587E6F;
}
</style>