Shades of Cutty Sark #5B8671
Tints of Cutty Sark #5B8671
RGB
CMYK
RGB Variations
Color information
#5B8671 (or 0x5B8671) is known color: Cutty Sark. HEX triplet: 5B, 86 and 71. RGB value is (91,134,113). Sum of RGB (Red+Green+Blue) = 91+134+113=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #5B8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8671 is #A4798E. Grayscale: #767676. Windows color (decimal): -10779023 or 7439963. OLE color: 7439963.
HSL color Cylindrical-coordinate representation of color #5B8671: hue angle of 150.7º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8671 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 134 | 113 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.47 |
| HSL | 150.7º | 0.19% | 0.44% | - |
| HSV(B) | 150.7º | 0.32% | 0.53% | - |
| XYZ | 15.82 | 20.47 | 18.74 | - |
| YUV | 118.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 134 | 113 | 0.32 | 0 | 0.16 | 0.47 | 150.7 | 0.19 | 0.44 |
| Hex | 5B | 86 | 71 | 20 | 0 | 10 | 2F | 97 | 13 | 2C |
| Octal | 133 | 206 | 161 | 40 | 0 | 20 | 57 | 227 | 23 | 54 |
| Binary | 1011011 | 10000110 | 1110001 | 100000 | 0 | 10000 | 101111 | 10010111 | 10011 | 101100 |
Color Harmonies of #5B8671
Complementary color
Monochromatic Colors of #5B8671
Black with #5B8671
Text Example
Text Example
White with #5B8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8671; }
p { color: rgb(91,134,113); }
H1.HeaderClassName
{
color: #5B8671;
}
.AnyTagClassName
{
color: #5B8671;
}
</style>
background-color css
<style>
a { background-color: #5B8671; }
a { background-color: rgb(91,134,113); }
div.DivClassName
{
background-color: #5B8671;
}
.BgClassName
{
background-color: #5B8671;
}
</style>
border-color css
<style>
span { border-color: #5B8671; }
span { border-color: rgb(91,134,113); }
td.TdClassName
{
border-color: #5B8671;
}
.TagClassName
{
border-color: #5B8671;
}
</style>