Shades of Cutty Sark #587A70
Tints of Cutty Sark #587A70
RGB
CMYK
RGB Variations
Color information
#587A70 (or 0x587A70) is known color: Cutty Sark. HEX triplet: 58, 7A and 70. RGB value is (88,122,112). Sum of RGB (Red+Green+Blue) = 88+122+112=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 122 - color contains mainly: green. Hex color #587A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587A70 is #A7858F. Grayscale: #6E6E6E. Windows color (decimal): -10978704 or 7371352. OLE color: 7371352.
HSL color Cylindrical-coordinate representation of color #587A70: hue angle of 162.35º 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 #587A70 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 122 | 112 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.52 |
| HSL | 162.35º | 0.16% | 0.41% | - |
| HSV(B) | 162.35º | 0.28% | 0.48% | - |
| XYZ | 13.91 | 17.16 | 17.91 | - |
| YUV | 110.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 112 | 0.28 | 0 | 0.08 | 0.52 | 162.35 | 0.16 | 0.41 |
| Hex | 58 | 7A | 70 | 1C | 0 | 8 | 34 | A2 | 10 | 29 |
| Octal | 130 | 172 | 160 | 34 | 0 | 10 | 64 | 242 | 20 | 51 |
| Binary | 1011000 | 1111010 | 1110000 | 11100 | 0 | 1000 | 110100 | 10100010 | 10000 | 101001 |
Color Harmonies of #587A70
Complementary color
Monochromatic Colors of #587A70
Black with #587A70
Text Example
Text Example
White with #587A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A70; }
p { color: rgb(88,122,112); }
H1.HeaderClassName
{
color: #587A70;
}
.AnyTagClassName
{
color: #587A70;
}
</style>
background-color css
<style>
a { background-color: #587A70; }
a { background-color: rgb(88,122,112); }
div.DivClassName
{
background-color: #587A70;
}
.BgClassName
{
background-color: #587A70;
}
</style>
border-color css
<style>
span { border-color: #587A70; }
span { border-color: rgb(88,122,112); }
td.TdClassName
{
border-color: #587A70;
}
.TagClassName
{
border-color: #587A70;
}
</style>