Shades of Cutty Sark #5F8470
Tints of Cutty Sark #5F8470
RGB
CMYK
RGB Variations
Color information
#5F8470 (or 0x5F8470) is known color: Cutty Sark. HEX triplet: 5F, 84 and 70. RGB value is (95,132,112). Sum of RGB (Red+Green+Blue) = 95+132+112=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #5F8470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8470 is #A07B8F. Grayscale: #767676. Windows color (decimal): -10517392 or 7373919. OLE color: 7373919.
HSL color Cylindrical-coordinate representation of color #5F8470: hue angle of 147.57º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F8470 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 132 | 112 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.48 |
| HSL | 147.57º | 0.16% | 0.45% | - |
| HSV(B) | 147.57º | 0.28% | 0.52% | - |
| XYZ | 15.9 | 20.11 | 18.37 | - |
| YUV | 118.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 132 | 112 | 0.28 | 0 | 0.15 | 0.48 | 147.57 | 0.16 | 0.45 |
| Hex | 5F | 84 | 70 | 1C | 0 | F | 30 | 94 | 10 | 2D |
| Octal | 137 | 204 | 160 | 34 | 0 | 17 | 60 | 224 | 20 | 55 |
| Binary | 1011111 | 10000100 | 1110000 | 11100 | 0 | 1111 | 110000 | 10010100 | 10000 | 101101 |
Color Harmonies of #5F8470
Complementary color
Monochromatic Colors of #5F8470
Black with #5F8470
Text Example
Text Example
White with #5F8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8470; }
p { color: rgb(95,132,112); }
H1.HeaderClassName
{
color: #5F8470;
}
.AnyTagClassName
{
color: #5F8470;
}
</style>
background-color css
<style>
a { background-color: #5F8470; }
a { background-color: rgb(95,132,112); }
div.DivClassName
{
background-color: #5F8470;
}
.BgClassName
{
background-color: #5F8470;
}
</style>
border-color css
<style>
span { border-color: #5F8470; }
span { border-color: rgb(95,132,112); }
td.TdClassName
{
border-color: #5F8470;
}
.TagClassName
{
border-color: #5F8470;
}
</style>