Shades of Cutty Sark #58786B
Tints of Cutty Sark #58786B
RGB
CMYK
RGB Variations
Color information
#58786B (or 0x58786B) is known color: Cutty Sark. HEX triplet: 58, 78 and 6B. RGB value is (88,120,107). Sum of RGB (Red+Green+Blue) = 88+120+107=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #58786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58786B is #A78794. Grayscale: #6C6C6C. Windows color (decimal): -10979221 or 7043160. OLE color: 7043160.
HSL color Cylindrical-coordinate representation of color #58786B: hue angle of 155.62º 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 #58786B is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 120 | 107 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.53 |
| HSL | 155.63º | 0.15% | 0.41% | - |
| HSV(B) | 155.63º | 0.27% | 0.47% | - |
| XYZ | 13.39 | 16.57 | 16.4 | - |
| YUV | 108.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 107 | 0.27 | 0 | 0.11 | 0.53 | 155.63 | 0.15 | 0.41 |
| Hex | 58 | 78 | 6B | 1B | 0 | B | 35 | 9C | F | 29 |
| Octal | 130 | 170 | 153 | 33 | 0 | 13 | 65 | 234 | 17 | 51 |
| Binary | 1011000 | 1111000 | 1101011 | 11011 | 0 | 1011 | 110101 | 10011100 | 1111 | 101001 |
Color Harmonies of #58786B
Complementary color
Monochromatic Colors of #58786B
Black with #58786B
Text Example
Text Example
White with #58786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58786B; }
p { color: rgb(88,120,107); }
H1.HeaderClassName
{
color: #58786B;
}
.AnyTagClassName
{
color: #58786B;
}
</style>
background-color css
<style>
a { background-color: #58786B; }
a { background-color: rgb(88,120,107); }
div.DivClassName
{
background-color: #58786B;
}
.BgClassName
{
background-color: #58786B;
}
</style>
border-color css
<style>
span { border-color: #58786B; }
span { border-color: rgb(88,120,107); }
td.TdClassName
{
border-color: #58786B;
}
.TagClassName
{
border-color: #58786B;
}
</style>