Shades of Cutty Sark #58866B
Tints of Cutty Sark #58866B
RGB
CMYK
RGB Variations
Color information
#58866B (or 0x58866B) is known color: Cutty Sark. HEX triplet: 58, 86 and 6B. RGB value is (88,134,107). Sum of RGB (Red+Green+Blue) = 88+134+107=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #58866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58866B is #A77994. Grayscale: #757575. Windows color (decimal): -10975637 or 7046744. OLE color: 7046744.
HSL color Cylindrical-coordinate representation of color #58866B: hue angle of 144.78º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58866B is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 134 | 107 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.47 |
| HSL | 144.78º | 0.21% | 0.44% | - |
| HSV(B) | 144.78º | 0.34% | 0.53% | - |
| XYZ | 15.2 | 20.19 | 17 | - |
| YUV | 117.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 107 | 0.34 | 0 | 0.20 | 0.47 | 144.78 | 0.21 | 0.44 |
| Hex | 58 | 86 | 6B | 22 | 0 | 14 | 2F | 91 | 15 | 2C |
| Octal | 130 | 206 | 153 | 42 | 0 | 24 | 57 | 221 | 25 | 54 |
| Binary | 1011000 | 10000110 | 1101011 | 100010 | 0 | 10100 | 101111 | 10010001 | 10101 | 101100 |
Color Harmonies of #58866B
Complementary color
Monochromatic Colors of #58866B
Black with #58866B
Text Example
Text Example
White with #58866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58866B; }
p { color: rgb(88,134,107); }
H1.HeaderClassName
{
color: #58866B;
}
.AnyTagClassName
{
color: #58866B;
}
</style>
background-color css
<style>
a { background-color: #58866B; }
a { background-color: rgb(88,134,107); }
div.DivClassName
{
background-color: #58866B;
}
.BgClassName
{
background-color: #58866B;
}
</style>
border-color css
<style>
span { border-color: #58866B; }
span { border-color: rgb(88,134,107); }
td.TdClassName
{
border-color: #58866B;
}
.TagClassName
{
border-color: #58866B;
}
</style>