Shades of Cutty Sark #58886B
Tints of Cutty Sark #58886B
RGB
CMYK
RGB Variations
Color information
#58886B (or 0x58886B) is known color: Cutty Sark. HEX triplet: 58, 88 and 6B. RGB value is (88,136,107). Sum of RGB (Red+Green+Blue) = 88+136+107=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #58886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58886B is #A77794. Grayscale: #767676. Windows color (decimal): -10975125 or 7047256. OLE color: 7047256.
HSL color Cylindrical-coordinate representation of color #58886B: hue angle of 143.75º 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 #58886B is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 107 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.47 |
| HSL | 143.75º | 0.21% | 0.44% | - |
| HSV(B) | 143.75º | 0.35% | 0.53% | - |
| XYZ | 15.48 | 20.74 | 17.1 | - |
| YUV | 118.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 107 | 0.35 | 0 | 0.21 | 0.47 | 143.75 | 0.21 | 0.44 |
| Hex | 58 | 88 | 6B | 23 | 0 | 15 | 2F | 90 | 15 | 2C |
| Octal | 130 | 210 | 153 | 43 | 0 | 25 | 57 | 220 | 25 | 54 |
| Binary | 1011000 | 10001000 | 1101011 | 100011 | 0 | 10101 | 101111 | 10010000 | 10101 | 101100 |
Color Harmonies of #58886B
Complementary color
Monochromatic Colors of #58886B
Black with #58886B
Text Example
Text Example
White with #58886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58886B; }
p { color: rgb(88,136,107); }
H1.HeaderClassName
{
color: #58886B;
}
.AnyTagClassName
{
color: #58886B;
}
</style>
background-color css
<style>
a { background-color: #58886B; }
a { background-color: rgb(88,136,107); }
div.DivClassName
{
background-color: #58886B;
}
.BgClassName
{
background-color: #58886B;
}
</style>
border-color css
<style>
span { border-color: #58886B; }
span { border-color: rgb(88,136,107); }
td.TdClassName
{
border-color: #58886B;
}
.TagClassName
{
border-color: #58886B;
}
</style>