Shades of Cutty Sark #587A69
Tints of Cutty Sark #587A69
RGB
CMYK
RGB Variations
Color information
#587A69 (or 0x587A69) is known color: Cutty Sark. HEX triplet: 58, 7A and 69. RGB value is (88,122,105). Sum of RGB (Red+Green+Blue) = 88+122+105=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #587A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587A69 is #A78596. Grayscale: #6D6D6D. Windows color (decimal): -10978711 or 6912600. OLE color: 6912600.
HSL color Cylindrical-coordinate representation of color #587A69: hue angle of 150º 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 #587A69 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 122 | 105 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.52 |
| HSL | 150º | 0.16% | 0.41% | - |
| HSV(B) | 150º | 0.28% | 0.48% | - |
| XYZ | 13.53 | 17.01 | 15.94 | - |
| YUV | 109.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 105 | 0.28 | 0 | 0.14 | 0.52 | 150 | 0.16 | 0.41 |
| Hex | 58 | 7A | 69 | 1C | 0 | E | 34 | 96 | 10 | 29 |
| Octal | 130 | 172 | 151 | 34 | 0 | 16 | 64 | 226 | 20 | 51 |
| Binary | 1011000 | 1111010 | 1101001 | 11100 | 0 | 1110 | 110100 | 10010110 | 10000 | 101001 |
Color Harmonies of #587A69
Complementary color
Monochromatic Colors of #587A69
Black with #587A69
Text Example
Text Example
White with #587A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A69; }
p { color: rgb(88,122,105); }
H1.HeaderClassName
{
color: #587A69;
}
.AnyTagClassName
{
color: #587A69;
}
</style>
background-color css
<style>
a { background-color: #587A69; }
a { background-color: rgb(88,122,105); }
div.DivClassName
{
background-color: #587A69;
}
.BgClassName
{
background-color: #587A69;
}
</style>
border-color css
<style>
span { border-color: #587A69; }
span { border-color: rgb(88,122,105); }
td.TdClassName
{
border-color: #587A69;
}
.TagClassName
{
border-color: #587A69;
}
</style>