Shades of Cutty Sark #588471
Tints of Cutty Sark #588471
RGB
CMYK
RGB Variations
Color information
#588471 (or 0x588471) is known color: Cutty Sark. HEX triplet: 58, 84 and 71. RGB value is (88,132,113). Sum of RGB (Red+Green+Blue) = 88+132+113=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #588471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588471 is #A77B8E. Grayscale: #747474. Windows color (decimal): -10976143 or 7439448. OLE color: 7439448.
HSL color Cylindrical-coordinate representation of color #588471: hue angle of 154.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #588471 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 132 | 113 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.48 |
| HSL | 154.09º | 0.2% | 0.43% | - |
| HSV(B) | 154.09º | 0.33% | 0.52% | - |
| XYZ | 15.26 | 19.77 | 18.63 | - |
| YUV | 116.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 113 | 0.33 | 0 | 0.14 | 0.48 | 154.09 | 0.2 | 0.43 |
| Hex | 58 | 84 | 71 | 21 | 0 | E | 30 | 9A | 14 | 2B |
| Octal | 130 | 204 | 161 | 41 | 0 | 16 | 60 | 232 | 24 | 53 |
| Binary | 1011000 | 10000100 | 1110001 | 100001 | 0 | 1110 | 110000 | 10011010 | 10100 | 101011 |
Color Harmonies of #588471
Complementary color
Monochromatic Colors of #588471
Black with #588471
Text Example
Text Example
White with #588471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588471; }
p { color: rgb(88,132,113); }
H1.HeaderClassName
{
color: #588471;
}
.AnyTagClassName
{
color: #588471;
}
</style>
background-color css
<style>
a { background-color: #588471; }
a { background-color: rgb(88,132,113); }
div.DivClassName
{
background-color: #588471;
}
.BgClassName
{
background-color: #588471;
}
</style>
border-color css
<style>
span { border-color: #588471; }
span { border-color: rgb(88,132,113); }
td.TdClassName
{
border-color: #588471;
}
.TagClassName
{
border-color: #588471;
}
</style>