Shades of Cutty Sark #5B8976
Tints of Cutty Sark #5B8976
RGB
CMYK
RGB Variations
Color information
#5B8976 (or 0x5B8976) is known color: Cutty Sark. HEX triplet: 5B, 89 and 76. RGB value is (91,137,118). Sum of RGB (Red+Green+Blue) = 91+137+118=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #5B8976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8976 is #A47689. Grayscale: #797979. Windows color (decimal): -10778250 or 7768411. OLE color: 7768411.
HSL color Cylindrical-coordinate representation of color #5B8976: hue angle of 155.22º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B8976 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 137 | 118 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.46 |
| HSL | 155.22º | 0.2% | 0.45% | - |
| HSV(B) | 155.22º | 0.34% | 0.54% | - |
| XYZ | 16.53 | 21.42 | 20.4 | - |
| YUV | 121.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 118 | 0.34 | 0 | 0.14 | 0.46 | 155.22 | 0.2 | 0.45 |
| Hex | 5B | 89 | 76 | 22 | 0 | E | 2E | 9B | 14 | 2D |
| Octal | 133 | 211 | 166 | 42 | 0 | 16 | 56 | 233 | 24 | 55 |
| Binary | 1011011 | 10001001 | 1110110 | 100010 | 0 | 1110 | 101110 | 10011011 | 10100 | 101101 |
Color Harmonies of #5B8976
Complementary color
Monochromatic Colors of #5B8976
Black with #5B8976
Text Example
Text Example
White with #5B8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8976; }
p { color: rgb(91,137,118); }
H1.HeaderClassName
{
color: #5B8976;
}
.AnyTagClassName
{
color: #5B8976;
}
</style>
background-color css
<style>
a { background-color: #5B8976; }
a { background-color: rgb(91,137,118); }
div.DivClassName
{
background-color: #5B8976;
}
.BgClassName
{
background-color: #5B8976;
}
</style>
border-color css
<style>
span { border-color: #5B8976; }
span { border-color: rgb(91,137,118); }
td.TdClassName
{
border-color: #5B8976;
}
.TagClassName
{
border-color: #5B8976;
}
</style>