Shades of Cutty Sark #588B7A
Tints of Cutty Sark #588B7A
RGB
CMYK
RGB Variations
Color information
#588B7A (or 0x588B7A) is known color: Cutty Sark. HEX triplet: 58, 8B and 7A. RGB value is (88,139,122). Sum of RGB (Red+Green+Blue) = 88+139+122=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #588B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588B7A is #A77485. Grayscale: #797979. Windows color (decimal): -10974342 or 8031064. OLE color: 8031064.
HSL color Cylindrical-coordinate representation of color #588B7A: hue angle of 160º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588B7A is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 139 | 122 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.45 |
| HSL | 160º | 0.22% | 0.45% | - |
| HSV(B) | 160º | 0.37% | 0.55% | - |
| XYZ | 16.77 | 21.95 | 21.76 | - |
| YUV | 121.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 122 | 0.37 | 0 | 0.12 | 0.45 | 160 | 0.22 | 0.45 |
| Hex | 58 | 8B | 7A | 25 | 0 | C | 2D | A0 | 16 | 2D |
| Octal | 130 | 213 | 172 | 45 | 0 | 14 | 55 | 240 | 26 | 55 |
| Binary | 1011000 | 10001011 | 1111010 | 100101 | 0 | 1100 | 101101 | 10100000 | 10110 | 101101 |
Color Harmonies of #588B7A
Complementary color
Monochromatic Colors of #588B7A
Black with #588B7A
Text Example
Text Example
White with #588B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588B7A; }
p { color: rgb(88,139,122); }
H1.HeaderClassName
{
color: #588B7A;
}
.AnyTagClassName
{
color: #588B7A;
}
</style>
background-color css
<style>
a { background-color: #588B7A; }
a { background-color: rgb(88,139,122); }
div.DivClassName
{
background-color: #588B7A;
}
.BgClassName
{
background-color: #588B7A;
}
</style>
border-color css
<style>
span { border-color: #588B7A; }
span { border-color: rgb(88,139,122); }
td.TdClassName
{
border-color: #588B7A;
}
.TagClassName
{
border-color: #588B7A;
}
</style>