Shades of Cutty Sark #588871
Tints of Cutty Sark #588871
RGB
CMYK
RGB Variations
Color information
#588871 (or 0x588871) is known color: Cutty Sark. HEX triplet: 58, 88 and 71. RGB value is (88,136,113). Sum of RGB (Red+Green+Blue) = 88+136+113=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #588871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588871 is #A7778E. Grayscale: #777777. Windows color (decimal): -10975119 or 7440472. OLE color: 7440472.
HSL color Cylindrical-coordinate representation of color #588871: hue angle of 151.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #588871 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 113 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.47 |
| HSL | 151.25º | 0.21% | 0.44% | - |
| HSV(B) | 151.25º | 0.35% | 0.53% | - |
| XYZ | 15.81 | 20.88 | 18.82 | - |
| YUV | 119.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 113 | 0.35 | 0 | 0.17 | 0.47 | 151.25 | 0.21 | 0.44 |
| Hex | 58 | 88 | 71 | 23 | 0 | 11 | 2F | 97 | 15 | 2C |
| Octal | 130 | 210 | 161 | 43 | 0 | 21 | 57 | 227 | 25 | 54 |
| Binary | 1011000 | 10001000 | 1110001 | 100011 | 0 | 10001 | 101111 | 10010111 | 10101 | 101100 |
Color Harmonies of #588871
Complementary color
Monochromatic Colors of #588871
Black with #588871
Text Example
Text Example
White with #588871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588871; }
p { color: rgb(88,136,113); }
H1.HeaderClassName
{
color: #588871;
}
.AnyTagClassName
{
color: #588871;
}
</style>
background-color css
<style>
a { background-color: #588871; }
a { background-color: rgb(88,136,113); }
div.DivClassName
{
background-color: #588871;
}
.BgClassName
{
background-color: #588871;
}
</style>
border-color css
<style>
span { border-color: #588871; }
span { border-color: rgb(88,136,113); }
td.TdClassName
{
border-color: #588871;
}
.TagClassName
{
border-color: #588871;
}
</style>