Shades of Cutty Sark #588A74
Tints of Cutty Sark #588A74
RGB
CMYK
RGB Variations
Color information
#588A74 (or 0x588A74) is known color: Cutty Sark. HEX triplet: 58, 8A and 74. RGB value is (88,138,116). Sum of RGB (Red+Green+Blue) = 88+138+116=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #588A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588A74 is #A7758B. Grayscale: #787878. Windows color (decimal): -10974604 or 7637592. OLE color: 7637592.
HSL color Cylindrical-coordinate representation of color #588A74: hue angle of 153.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #588A74 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 138 | 116 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.46 |
| HSL | 153.6º | 0.22% | 0.44% | - |
| HSV(B) | 153.6º | 0.36% | 0.54% | - |
| XYZ | 16.27 | 21.51 | 19.82 | - |
| YUV | 120.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 138 | 116 | 0.36 | 0 | 0.16 | 0.46 | 153.6 | 0.22 | 0.44 |
| Hex | 58 | 8A | 74 | 24 | 0 | 10 | 2E | 9A | 16 | 2C |
| Octal | 130 | 212 | 164 | 44 | 0 | 20 | 56 | 232 | 26 | 54 |
| Binary | 1011000 | 10001010 | 1110100 | 100100 | 0 | 10000 | 101110 | 10011010 | 10110 | 101100 |
Color Harmonies of #588A74
Complementary color
Monochromatic Colors of #588A74
Black with #588A74
Text Example
Text Example
White with #588A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588A74; }
p { color: rgb(88,138,116); }
H1.HeaderClassName
{
color: #588A74;
}
.AnyTagClassName
{
color: #588A74;
}
</style>
background-color css
<style>
a { background-color: #588A74; }
a { background-color: rgb(88,138,116); }
div.DivClassName
{
background-color: #588A74;
}
.BgClassName
{
background-color: #588A74;
}
</style>
border-color css
<style>
span { border-color: #588A74; }
span { border-color: rgb(88,138,116); }
td.TdClassName
{
border-color: #588A74;
}
.TagClassName
{
border-color: #588A74;
}
</style>