Shades of Cutty Sark #5C887C
Tints of Cutty Sark #5C887C
RGB
CMYK
RGB Variations
Color information
#5C887C (or 0x5C887C) is known color: Cutty Sark. HEX triplet: 5C, 88 and 7C. RGB value is (92,136,124). Sum of RGB (Red+Green+Blue) = 92+136+124=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #5C887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C887C is #A37783. Grayscale: #797979. Windows color (decimal): -10712964 or 8161372. OLE color: 8161372.
HSL color Cylindrical-coordinate representation of color #5C887C: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C887C is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 124 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.47 |
| HSL | 163.64º | 0.19% | 0.45% | - |
| HSV(B) | 163.64º | 0.32% | 0.53% | - |
| XYZ | 16.86 | 21.34 | 22.3 | - |
| YUV | 121.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 124 | 0.32 | 0 | 0.09 | 0.47 | 163.64 | 0.19 | 0.45 |
| Hex | 5C | 88 | 7C | 20 | 0 | 9 | 2F | A4 | 13 | 2D |
| Octal | 134 | 210 | 174 | 40 | 0 | 11 | 57 | 244 | 23 | 55 |
| Binary | 1011100 | 10001000 | 1111100 | 100000 | 0 | 1001 | 101111 | 10100100 | 10011 | 101101 |
Color Harmonies of #5C887C
Complementary color
Monochromatic Colors of #5C887C
Black with #5C887C
Text Example
Text Example
White with #5C887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C887C; }
p { color: rgb(92,136,124); }
H1.HeaderClassName
{
color: #5C887C;
}
.AnyTagClassName
{
color: #5C887C;
}
</style>
background-color css
<style>
a { background-color: #5C887C; }
a { background-color: rgb(92,136,124); }
div.DivClassName
{
background-color: #5C887C;
}
.BgClassName
{
background-color: #5C887C;
}
</style>
border-color css
<style>
span { border-color: #5C887C; }
span { border-color: rgb(92,136,124); }
td.TdClassName
{
border-color: #5C887C;
}
.TagClassName
{
border-color: #5C887C;
}
</style>