Shades of Cutty Sark #5F8871
Tints of Cutty Sark #5F8871
RGB
CMYK
RGB Variations
Color information
#5F8871 (or 0x5F8871) is known color: Cutty Sark. HEX triplet: 5F, 88 and 71. RGB value is (95,136,113). Sum of RGB (Red+Green+Blue) = 95+136+113=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8871 is #A0778E. Grayscale: #797979. Windows color (decimal): -10516367 or 7440479. OLE color: 7440479.
HSL color Cylindrical-coordinate representation of color #5F8871: hue angle of 146.34º 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 #5F8871 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 113 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.47 |
| HSL | 146.34º | 0.18% | 0.45% | - |
| HSV(B) | 146.34º | 0.3% | 0.53% | - |
| XYZ | 16.5 | 21.23 | 18.85 | - |
| YUV | 121.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 113 | 0.30 | 0 | 0.17 | 0.47 | 146.34 | 0.18 | 0.45 |
| Hex | 5F | 88 | 71 | 1E | 0 | 11 | 2F | 92 | 12 | 2D |
| Octal | 137 | 210 | 161 | 36 | 0 | 21 | 57 | 222 | 22 | 55 |
| Binary | 1011111 | 10001000 | 1110001 | 11110 | 0 | 10001 | 101111 | 10010010 | 10010 | 101101 |
Color Harmonies of #5F8871
Complementary color
Monochromatic Colors of #5F8871
Black with #5F8871
Text Example
Text Example
White with #5F8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8871; }
p { color: rgb(95,136,113); }
H1.HeaderClassName
{
color: #5F8871;
}
.AnyTagClassName
{
color: #5F8871;
}
</style>
background-color css
<style>
a { background-color: #5F8871; }
a { background-color: rgb(95,136,113); }
div.DivClassName
{
background-color: #5F8871;
}
.BgClassName
{
background-color: #5F8871;
}
</style>
border-color css
<style>
span { border-color: #5F8871; }
span { border-color: rgb(95,136,113); }
td.TdClassName
{
border-color: #5F8871;
}
.TagClassName
{
border-color: #5F8871;
}
</style>