Shades of Cutty Sark #58887C
Tints of Cutty Sark #58887C
RGB
CMYK
RGB Variations
Color information
#58887C (or 0x58887C) is known color: Cutty Sark. HEX triplet: 58, 88 and 7C. RGB value is (88,136,124). Sum of RGB (Red+Green+Blue) = 88+136+124=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #58887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58887C is #A77783. Grayscale: #787878. Windows color (decimal): -10975108 or 8161368. OLE color: 8161368.
HSL color Cylindrical-coordinate representation of color #58887C: hue angle of 165º 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 #58887C is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 124 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.47 |
| HSL | 165º | 0.21% | 0.44% | - |
| HSV(B) | 165º | 0.35% | 0.53% | - |
| XYZ | 16.47 | 21.14 | 22.28 | - |
| YUV | 120.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 124 | 0.35 | 0 | 0.09 | 0.47 | 165 | 0.21 | 0.44 |
| Hex | 58 | 88 | 7C | 23 | 0 | 9 | 2F | A5 | 15 | 2C |
| Octal | 130 | 210 | 174 | 43 | 0 | 11 | 57 | 245 | 25 | 54 |
| Binary | 1011000 | 10001000 | 1111100 | 100011 | 0 | 1001 | 101111 | 10100101 | 10101 | 101100 |
Color Harmonies of #58887C
Complementary color
Monochromatic Colors of #58887C
Black with #58887C
Text Example
Text Example
White with #58887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58887C; }
p { color: rgb(88,136,124); }
H1.HeaderClassName
{
color: #58887C;
}
.AnyTagClassName
{
color: #58887C;
}
</style>
background-color css
<style>
a { background-color: #58887C; }
a { background-color: rgb(88,136,124); }
div.DivClassName
{
background-color: #58887C;
}
.BgClassName
{
background-color: #58887C;
}
</style>
border-color css
<style>
span { border-color: #58887C; }
span { border-color: rgb(88,136,124); }
td.TdClassName
{
border-color: #58887C;
}
.TagClassName
{
border-color: #58887C;
}
</style>