Shades of Cutty Sark #587A6C
Tints of Cutty Sark #587A6C
RGB
CMYK
RGB Variations
Color information
#587A6C (or 0x587A6C) is known color: Cutty Sark. HEX triplet: 58, 7A and 6C. RGB value is (88,122,108). Sum of RGB (Red+Green+Blue) = 88+122+108=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #587A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587A6C is #A78593. Grayscale: #6E6E6E. Windows color (decimal): -10978708 or 7109208. OLE color: 7109208.
HSL color Cylindrical-coordinate representation of color #587A6C: hue angle of 155.29º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #587A6C is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 122 | 108 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.52 |
| HSL | 155.29º | 0.16% | 0.41% | - |
| HSV(B) | 155.29º | 0.28% | 0.48% | - |
| XYZ | 13.69 | 17.08 | 16.76 | - |
| YUV | 110.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 108 | 0.28 | 0 | 0.11 | 0.52 | 155.29 | 0.16 | 0.41 |
| Hex | 58 | 7A | 6C | 1C | 0 | B | 34 | 9B | 10 | 29 |
| Octal | 130 | 172 | 154 | 34 | 0 | 13 | 64 | 233 | 20 | 51 |
| Binary | 1011000 | 1111010 | 1101100 | 11100 | 0 | 1011 | 110100 | 10011011 | 10000 | 101001 |
Color Harmonies of #587A6C
Complementary color
Monochromatic Colors of #587A6C
Black with #587A6C
Text Example
Text Example
White with #587A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A6C; }
p { color: rgb(88,122,108); }
H1.HeaderClassName
{
color: #587A6C;
}
.AnyTagClassName
{
color: #587A6C;
}
</style>
background-color css
<style>
a { background-color: #587A6C; }
a { background-color: rgb(88,122,108); }
div.DivClassName
{
background-color: #587A6C;
}
.BgClassName
{
background-color: #587A6C;
}
</style>
border-color css
<style>
span { border-color: #587A6C; }
span { border-color: rgb(88,122,108); }
td.TdClassName
{
border-color: #587A6C;
}
.TagClassName
{
border-color: #587A6C;
}
</style>