Shades of Cutty Sark #58846C
Tints of Cutty Sark #58846C
RGB
CMYK
RGB Variations
Color information
#58846C (or 0x58846C) is known color: Cutty Sark. HEX triplet: 58, 84 and 6C. RGB value is (88,132,108). Sum of RGB (Red+Green+Blue) = 88+132+108=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #58846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58846C is #A77B93. Grayscale: #747474. Windows color (decimal): -10976148 or 7111768. OLE color: 7111768.
HSL color Cylindrical-coordinate representation of color #58846C: hue angle of 147.27º 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 #58846C is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 132 | 108 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.48 |
| HSL | 147.27º | 0.2% | 0.43% | - |
| HSV(B) | 147.27º | 0.33% | 0.52% | - |
| XYZ | 14.98 | 19.66 | 17.19 | - |
| YUV | 116.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 108 | 0.33 | 0 | 0.18 | 0.48 | 147.27 | 0.2 | 0.43 |
| Hex | 58 | 84 | 6C | 21 | 0 | 12 | 30 | 93 | 14 | 2B |
| Octal | 130 | 204 | 154 | 41 | 0 | 22 | 60 | 223 | 24 | 53 |
| Binary | 1011000 | 10000100 | 1101100 | 100001 | 0 | 10010 | 110000 | 10010011 | 10100 | 101011 |
Color Harmonies of #58846C
Complementary color
Monochromatic Colors of #58846C
Black with #58846C
Text Example
Text Example
White with #58846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58846C; }
p { color: rgb(88,132,108); }
H1.HeaderClassName
{
color: #58846C;
}
.AnyTagClassName
{
color: #58846C;
}
</style>
background-color css
<style>
a { background-color: #58846C; }
a { background-color: rgb(88,132,108); }
div.DivClassName
{
background-color: #58846C;
}
.BgClassName
{
background-color: #58846C;
}
</style>
border-color css
<style>
span { border-color: #58846C; }
span { border-color: rgb(88,132,108); }
td.TdClassName
{
border-color: #58846C;
}
.TagClassName
{
border-color: #58846C;
}
</style>