Shades of Cutty Sark #58886C
Tints of Cutty Sark #58886C
RGB
CMYK
RGB Variations
Color information
#58886C (or 0x58886C) is known color: Cutty Sark. HEX triplet: 58, 88 and 6C. RGB value is (88,136,108). Sum of RGB (Red+Green+Blue) = 88+136+108=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #58886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58886C is #A77793. Grayscale: #767676. Windows color (decimal): -10975124 or 7112792. OLE color: 7112792.
HSL color Cylindrical-coordinate representation of color #58886C: hue angle of 145º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58886C is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 108 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.47 |
| HSL | 145º | 0.21% | 0.44% | - |
| HSV(B) | 145º | 0.35% | 0.53% | - |
| XYZ | 15.54 | 20.77 | 17.38 | - |
| YUV | 118.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 108 | 0.35 | 0 | 0.21 | 0.47 | 145 | 0.21 | 0.44 |
| Hex | 58 | 88 | 6C | 23 | 0 | 15 | 2F | 91 | 15 | 2C |
| Octal | 130 | 210 | 154 | 43 | 0 | 25 | 57 | 221 | 25 | 54 |
| Binary | 1011000 | 10001000 | 1101100 | 100011 | 0 | 10101 | 101111 | 10010001 | 10101 | 101100 |
Color Harmonies of #58886C
Complementary color
Monochromatic Colors of #58886C
Black with #58886C
Text Example
Text Example
White with #58886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58886C; }
p { color: rgb(88,136,108); }
H1.HeaderClassName
{
color: #58886C;
}
.AnyTagClassName
{
color: #58886C;
}
</style>
background-color css
<style>
a { background-color: #58886C; }
a { background-color: rgb(88,136,108); }
div.DivClassName
{
background-color: #58886C;
}
.BgClassName
{
background-color: #58886C;
}
</style>
border-color css
<style>
span { border-color: #58886C; }
span { border-color: rgb(88,136,108); }
td.TdClassName
{
border-color: #58886C;
}
.TagClassName
{
border-color: #58886C;
}
</style>