Shades of Cutty Sark #588174
Tints of Cutty Sark #588174
RGB
CMYK
RGB Variations
Color information
#588174 (or 0x588174) is known color: Cutty Sark. HEX triplet: 58, 81 and 74. RGB value is (88,129,116). Sum of RGB (Red+Green+Blue) = 88+129+116=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #588174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588174 is #A77E8B. Grayscale: #737373. Windows color (decimal): -10976908 or 7635288. OLE color: 7635288.
HSL color Cylindrical-coordinate representation of color #588174: hue angle of 160.98º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #588174 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 116 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.49 |
| HSL | 160.98º | 0.19% | 0.43% | - |
| HSV(B) | 160.98º | 0.32% | 0.51% | - |
| XYZ | 15.03 | 19.04 | 19.41 | - |
| YUV | 115.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 116 | 0.32 | 0 | 0.10 | 0.49 | 160.98 | 0.19 | 0.43 |
| Hex | 58 | 81 | 74 | 20 | 0 | A | 31 | A1 | 13 | 2B |
| Octal | 130 | 201 | 164 | 40 | 0 | 12 | 61 | 241 | 23 | 53 |
| Binary | 1011000 | 10000001 | 1110100 | 100000 | 0 | 1010 | 110001 | 10100001 | 10011 | 101011 |
Color Harmonies of #588174
Complementary color
Monochromatic Colors of #588174
Black with #588174
Text Example
Text Example
White with #588174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588174; }
p { color: rgb(88,129,116); }
H1.HeaderClassName
{
color: #588174;
}
.AnyTagClassName
{
color: #588174;
}
</style>
background-color css
<style>
a { background-color: #588174; }
a { background-color: rgb(88,129,116); }
div.DivClassName
{
background-color: #588174;
}
.BgClassName
{
background-color: #588174;
}
</style>
border-color css
<style>
span { border-color: #588174; }
span { border-color: rgb(88,129,116); }
td.TdClassName
{
border-color: #588174;
}
.TagClassName
{
border-color: #588174;
}
</style>