Shades of Cutty Sark #5F8875
Tints of Cutty Sark #5F8875
RGB
CMYK
RGB Variations
Color information
#5F8875 (or 0x5F8875) is known color: Cutty Sark. HEX triplet: 5F, 88 and 75. RGB value is (95,136,117). Sum of RGB (Red+Green+Blue) = 95+136+117=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8875 is #A0778A. Grayscale: #797979. Windows color (decimal): -10516363 or 7702623. OLE color: 7702623.
HSL color Cylindrical-coordinate representation of color #5F8875: hue angle of 152.2º 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 #5F8875 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 117 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.47 |
| HSL | 152.2º | 0.18% | 0.45% | - |
| HSV(B) | 152.2º | 0.3% | 0.53% | - |
| XYZ | 16.73 | 21.33 | 20.06 | - |
| YUV | 121.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 117 | 0.30 | 0 | 0.14 | 0.47 | 152.2 | 0.18 | 0.45 |
| Hex | 5F | 88 | 75 | 1E | 0 | E | 2F | 98 | 12 | 2D |
| Octal | 137 | 210 | 165 | 36 | 0 | 16 | 57 | 230 | 22 | 55 |
| Binary | 1011111 | 10001000 | 1110101 | 11110 | 0 | 1110 | 101111 | 10011000 | 10010 | 101101 |
Color Harmonies of #5F8875
Complementary color
Monochromatic Colors of #5F8875
Black with #5F8875
Text Example
Text Example
White with #5F8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8875; }
p { color: rgb(95,136,117); }
H1.HeaderClassName
{
color: #5F8875;
}
.AnyTagClassName
{
color: #5F8875;
}
</style>
background-color css
<style>
a { background-color: #5F8875; }
a { background-color: rgb(95,136,117); }
div.DivClassName
{
background-color: #5F8875;
}
.BgClassName
{
background-color: #5F8875;
}
</style>
border-color css
<style>
span { border-color: #5F8875; }
span { border-color: rgb(95,136,117); }
td.TdClassName
{
border-color: #5F8875;
}
.TagClassName
{
border-color: #5F8875;
}
</style>