Shades of Cutty Sark #587B70
Tints of Cutty Sark #587B70
RGB
CMYK
RGB Variations
Color information
#587B70 (or 0x587B70) is known color: Cutty Sark. HEX triplet: 58, 7B and 70. RGB value is (88,123,112). Sum of RGB (Red+Green+Blue) = 88+123+112=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #587B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587B70 is #A7848F. Grayscale: #6F6F6F. Windows color (decimal): -10978448 or 7371608. OLE color: 7371608.
HSL color Cylindrical-coordinate representation of color #587B70: hue angle of 161.14º degrees, saturation: 0.17, 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 #587B70 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 123 | 112 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.52 |
| HSL | 161.14º | 0.17% | 0.41% | - |
| HSV(B) | 161.14º | 0.28% | 0.48% | - |
| XYZ | 14.03 | 17.41 | 17.95 | - |
| YUV | 111.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 112 | 0.28 | 0 | 0.09 | 0.52 | 161.14 | 0.17 | 0.41 |
| Hex | 58 | 7B | 70 | 1C | 0 | 9 | 34 | A1 | 11 | 29 |
| Octal | 130 | 173 | 160 | 34 | 0 | 11 | 64 | 241 | 21 | 51 |
| Binary | 1011000 | 1111011 | 1110000 | 11100 | 0 | 1001 | 110100 | 10100001 | 10001 | 101001 |
Color Harmonies of #587B70
Complementary color
Monochromatic Colors of #587B70
Black with #587B70
Text Example
Text Example
White with #587B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587B70; }
p { color: rgb(88,123,112); }
H1.HeaderClassName
{
color: #587B70;
}
.AnyTagClassName
{
color: #587B70;
}
</style>
background-color css
<style>
a { background-color: #587B70; }
a { background-color: rgb(88,123,112); }
div.DivClassName
{
background-color: #587B70;
}
.BgClassName
{
background-color: #587B70;
}
</style>
border-color css
<style>
span { border-color: #587B70; }
span { border-color: rgb(88,123,112); }
td.TdClassName
{
border-color: #587B70;
}
.TagClassName
{
border-color: #587B70;
}
</style>