Shades of Cutty Sark #58786E
Tints of Cutty Sark #58786E
RGB
CMYK
RGB Variations
Color information
#58786E (or 0x58786E) is known color: Cutty Sark. HEX triplet: 58, 78 and 6E. RGB value is (88,120,110). Sum of RGB (Red+Green+Blue) = 88+120+110=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #58786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58786E is #A78791. Grayscale: #6D6D6D. Windows color (decimal): -10979218 or 7239768. OLE color: 7239768.
HSL color Cylindrical-coordinate representation of color #58786E: hue angle of 161.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58786E is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 120 | 110 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.53 |
| HSL | 161.25º | 0.15% | 0.41% | - |
| HSV(B) | 161.25º | 0.27% | 0.47% | - |
| XYZ | 13.56 | 16.63 | 17.25 | - |
| YUV | 109.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 110 | 0.27 | 0 | 0.08 | 0.53 | 161.25 | 0.15 | 0.41 |
| Hex | 58 | 78 | 6E | 1B | 0 | 8 | 35 | A1 | F | 29 |
| Octal | 130 | 170 | 156 | 33 | 0 | 10 | 65 | 241 | 17 | 51 |
| Binary | 1011000 | 1111000 | 1101110 | 11011 | 0 | 1000 | 110101 | 10100001 | 1111 | 101001 |
Color Harmonies of #58786E
Complementary color
Monochromatic Colors of #58786E
Black with #58786E
Text Example
Text Example
White with #58786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58786E; }
p { color: rgb(88,120,110); }
H1.HeaderClassName
{
color: #58786E;
}
.AnyTagClassName
{
color: #58786E;
}
</style>
background-color css
<style>
a { background-color: #58786E; }
a { background-color: rgb(88,120,110); }
div.DivClassName
{
background-color: #58786E;
}
.BgClassName
{
background-color: #58786E;
}
</style>
border-color css
<style>
span { border-color: #58786E; }
span { border-color: rgb(88,120,110); }
td.TdClassName
{
border-color: #58786E;
}
.TagClassName
{
border-color: #58786E;
}
</style>