Shades of Cutty Sark #5B8677
Tints of Cutty Sark #5B8677
RGB
CMYK
RGB Variations
Color information
#5B8677 (or 0x5B8677) is known color: Cutty Sark. HEX triplet: 5B, 86 and 77. RGB value is (91,134,119). Sum of RGB (Red+Green+Blue) = 91+134+119=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #5B8677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8677 is #A47988. Grayscale: #777777. Windows color (decimal): -10779017 or 7833179. OLE color: 7833179.
HSL color Cylindrical-coordinate representation of color #5B8677: hue angle of 159.07º 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 #5B8677 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 134 | 119 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.47 |
| HSL | 159.07º | 0.19% | 0.44% | - |
| HSV(B) | 159.07º | 0.32% | 0.53% | - |
| XYZ | 16.17 | 20.61 | 20.58 | - |
| YUV | 119.43 | 127.75 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 134 | 119 | 0.32 | 0 | 0.11 | 0.47 | 159.07 | 0.19 | 0.44 |
| Hex | 5B | 86 | 77 | 20 | 0 | B | 2F | 9F | 13 | 2C |
| Octal | 133 | 206 | 167 | 40 | 0 | 13 | 57 | 237 | 23 | 54 |
| Binary | 1011011 | 10000110 | 1110111 | 100000 | 0 | 1011 | 101111 | 10011111 | 10011 | 101100 |
Color Harmonies of #5B8677
Complementary color
Monochromatic Colors of #5B8677
Black with #5B8677
Text Example
Text Example
White with #5B8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8677; }
p { color: rgb(91,134,119); }
H1.HeaderClassName
{
color: #5B8677;
}
.AnyTagClassName
{
color: #5B8677;
}
</style>
background-color css
<style>
a { background-color: #5B8677; }
a { background-color: rgb(91,134,119); }
div.DivClassName
{
background-color: #5B8677;
}
.BgClassName
{
background-color: #5B8677;
}
</style>
border-color css
<style>
span { border-color: #5B8677; }
span { border-color: rgb(91,134,119); }
td.TdClassName
{
border-color: #5B8677;
}
.TagClassName
{
border-color: #5B8677;
}
</style>