Shades of Cutty Sark #58846E
Tints of Cutty Sark #58846E
RGB
CMYK
RGB Variations
Color information
#58846E (or 0x58846E) is known color: Cutty Sark. HEX triplet: 58, 84 and 6E. RGB value is (88,132,110). Sum of RGB (Red+Green+Blue) = 88+132+110=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #58846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58846E is #A77B91. Grayscale: #747474. Windows color (decimal): -10976146 or 7242840. OLE color: 7242840.
HSL color Cylindrical-coordinate representation of color #58846E: hue angle of 150º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58846E is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 132 | 110 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.48 |
| HSL | 150º | 0.2% | 0.43% | - |
| HSV(B) | 150º | 0.33% | 0.52% | - |
| XYZ | 15.09 | 19.7 | 17.76 | - |
| YUV | 116.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 110 | 0.33 | 0 | 0.17 | 0.48 | 150 | 0.2 | 0.43 |
| Hex | 58 | 84 | 6E | 21 | 0 | 11 | 30 | 96 | 14 | 2B |
| Octal | 130 | 204 | 156 | 41 | 0 | 21 | 60 | 226 | 24 | 53 |
| Binary | 1011000 | 10000100 | 1101110 | 100001 | 0 | 10001 | 110000 | 10010110 | 10100 | 101011 |
Color Harmonies of #58846E
Complementary color
Monochromatic Colors of #58846E
Black with #58846E
Text Example
Text Example
White with #58846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58846E; }
p { color: rgb(88,132,110); }
H1.HeaderClassName
{
color: #58846E;
}
.AnyTagClassName
{
color: #58846E;
}
</style>
background-color css
<style>
a { background-color: #58846E; }
a { background-color: rgb(88,132,110); }
div.DivClassName
{
background-color: #58846E;
}
.BgClassName
{
background-color: #58846E;
}
</style>
border-color css
<style>
span { border-color: #58846E; }
span { border-color: rgb(88,132,110); }
td.TdClassName
{
border-color: #58846E;
}
.TagClassName
{
border-color: #58846E;
}
</style>