Shades of Cutty Sark #5B8975
Tints of Cutty Sark #5B8975
RGB
CMYK
RGB Variations
Color information
#5B8975 (or 0x5B8975) is known color: Cutty Sark. HEX triplet: 5B, 89 and 75. RGB value is (91,137,117). Sum of RGB (Red+Green+Blue) = 91+137+117=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #5B8975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8975 is #A4768A. Grayscale: #797979. Windows color (decimal): -10778251 or 7702875. OLE color: 7702875.
HSL color Cylindrical-coordinate representation of color #5B8975: hue angle of 153.91º 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 #5B8975 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 137 | 117 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.46 |
| HSL | 153.91º | 0.2% | 0.45% | - |
| HSV(B) | 153.91º | 0.34% | 0.54% | - |
| XYZ | 16.47 | 21.4 | 20.09 | - |
| YUV | 120.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 117 | 0.34 | 0 | 0.15 | 0.46 | 153.91 | 0.2 | 0.45 |
| Hex | 5B | 89 | 75 | 22 | 0 | F | 2E | 9A | 14 | 2D |
| Octal | 133 | 211 | 165 | 42 | 0 | 17 | 56 | 232 | 24 | 55 |
| Binary | 1011011 | 10001001 | 1110101 | 100010 | 0 | 1111 | 101110 | 10011010 | 10100 | 101101 |
Color Harmonies of #5B8975
Complementary color
Monochromatic Colors of #5B8975
Black with #5B8975
Text Example
Text Example
White with #5B8975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8975; }
p { color: rgb(91,137,117); }
H1.HeaderClassName
{
color: #5B8975;
}
.AnyTagClassName
{
color: #5B8975;
}
</style>
background-color css
<style>
a { background-color: #5B8975; }
a { background-color: rgb(91,137,117); }
div.DivClassName
{
background-color: #5B8975;
}
.BgClassName
{
background-color: #5B8975;
}
</style>
border-color css
<style>
span { border-color: #5B8975; }
span { border-color: rgb(91,137,117); }
td.TdClassName
{
border-color: #5B8975;
}
.TagClassName
{
border-color: #5B8975;
}
</style>