Shades of Cutty Sark #587B6A
Tints of Cutty Sark #587B6A
RGB
CMYK
RGB Variations
Color information
#587B6A (or 0x587B6A) is known color: Cutty Sark. HEX triplet: 58, 7B and 6A. RGB value is (88,123,106). Sum of RGB (Red+Green+Blue) = 88+123+106=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #587B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587B6A is #A78495. Grayscale: #6E6E6E. Windows color (decimal): -10978454 or 6978392. OLE color: 6978392.
HSL color Cylindrical-coordinate representation of color #587B6A: hue angle of 150.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #587B6A is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 123 | 106 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.52 |
| HSL | 150.86º | 0.17% | 0.41% | - |
| HSV(B) | 150.86º | 0.28% | 0.48% | - |
| XYZ | 13.71 | 17.28 | 16.25 | - |
| YUV | 110.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 106 | 0.28 | 0 | 0.14 | 0.52 | 150.86 | 0.17 | 0.41 |
| Hex | 58 | 7B | 6A | 1C | 0 | E | 34 | 97 | 11 | 29 |
| Octal | 130 | 173 | 152 | 34 | 0 | 16 | 64 | 227 | 21 | 51 |
| Binary | 1011000 | 1111011 | 1101010 | 11100 | 0 | 1110 | 110100 | 10010111 | 10001 | 101001 |
Color Harmonies of #587B6A
Complementary color
Monochromatic Colors of #587B6A
Black with #587B6A
Text Example
Text Example
White with #587B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587B6A; }
p { color: rgb(88,123,106); }
H1.HeaderClassName
{
color: #587B6A;
}
.AnyTagClassName
{
color: #587B6A;
}
</style>
background-color css
<style>
a { background-color: #587B6A; }
a { background-color: rgb(88,123,106); }
div.DivClassName
{
background-color: #587B6A;
}
.BgClassName
{
background-color: #587B6A;
}
</style>
border-color css
<style>
span { border-color: #587B6A; }
span { border-color: rgb(88,123,106); }
td.TdClassName
{
border-color: #587B6A;
}
.TagClassName
{
border-color: #587B6A;
}
</style>