Shades of Cutty Sark #5F887B
Tints of Cutty Sark #5F887B
RGB
CMYK
RGB Variations
Color information
#5F887B (or 0x5F887B) is known color: Cutty Sark. HEX triplet: 5F, 88 and 7B. RGB value is (95,136,123). Sum of RGB (Red+Green+Blue) = 95+136+123=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #5F887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F887B is #A07784. Grayscale: #7A7A7A. Windows color (decimal): -10516357 or 8095839. OLE color: 8095839.
HSL color Cylindrical-coordinate representation of color #5F887B: hue angle of 160.98º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F887B is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 123 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.47 |
| HSL | 160.98º | 0.18% | 0.45% | - |
| HSV(B) | 160.98º | 0.3% | 0.53% | - |
| XYZ | 17.1 | 21.47 | 21.98 | - |
| YUV | 122.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 123 | 0.30 | 0 | 0.10 | 0.47 | 160.98 | 0.18 | 0.45 |
| Hex | 5F | 88 | 7B | 1E | 0 | A | 2F | A1 | 12 | 2D |
| Octal | 137 | 210 | 173 | 36 | 0 | 12 | 57 | 241 | 22 | 55 |
| Binary | 1011111 | 10001000 | 1111011 | 11110 | 0 | 1010 | 101111 | 10100001 | 10010 | 101101 |
Color Harmonies of #5F887B
Complementary color
Monochromatic Colors of #5F887B
Black with #5F887B
Text Example
Text Example
White with #5F887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F887B; }
p { color: rgb(95,136,123); }
H1.HeaderClassName
{
color: #5F887B;
}
.AnyTagClassName
{
color: #5F887B;
}
</style>
background-color css
<style>
a { background-color: #5F887B; }
a { background-color: rgb(95,136,123); }
div.DivClassName
{
background-color: #5F887B;
}
.BgClassName
{
background-color: #5F887B;
}
</style>
border-color css
<style>
span { border-color: #5F887B; }
span { border-color: rgb(95,136,123); }
td.TdClassName
{
border-color: #5F887B;
}
.TagClassName
{
border-color: #5F887B;
}
</style>