Shades of Cutty Sark #5B8577
Tints of Cutty Sark #5B8577
RGB
CMYK
RGB Variations
Color information
#5B8577 (or 0x5B8577) is known color: Cutty Sark. HEX triplet: 5B, 85 and 77. RGB value is (91,133,119). Sum of RGB (Red+Green+Blue) = 91+133+119=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8577 is #A47A88. Grayscale: #767676. Windows color (decimal): -10779273 or 7832923. OLE color: 7832923.
HSL color Cylindrical-coordinate representation of color #5B8577: hue angle of 160º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8577 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 133 | 119 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.48 |
| HSL | 160º | 0.19% | 0.44% | - |
| HSV(B) | 160º | 0.32% | 0.52% | - |
| XYZ | 16.03 | 20.33 | 20.53 | - |
| YUV | 118.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 119 | 0.32 | 0 | 0.11 | 0.48 | 160 | 0.19 | 0.44 |
| Hex | 5B | 85 | 77 | 20 | 0 | B | 30 | A0 | 13 | 2C |
| Octal | 133 | 205 | 167 | 40 | 0 | 13 | 60 | 240 | 23 | 54 |
| Binary | 1011011 | 10000101 | 1110111 | 100000 | 0 | 1011 | 110000 | 10100000 | 10011 | 101100 |
Color Harmonies of #5B8577
Complementary color
Monochromatic Colors of #5B8577
Black with #5B8577
Text Example
Text Example
White with #5B8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8577; }
p { color: rgb(91,133,119); }
H1.HeaderClassName
{
color: #5B8577;
}
.AnyTagClassName
{
color: #5B8577;
}
</style>
background-color css
<style>
a { background-color: #5B8577; }
a { background-color: rgb(91,133,119); }
div.DivClassName
{
background-color: #5B8577;
}
.BgClassName
{
background-color: #5B8577;
}
</style>
border-color css
<style>
span { border-color: #5B8577; }
span { border-color: rgb(91,133,119); }
td.TdClassName
{
border-color: #5B8577;
}
.TagClassName
{
border-color: #5B8577;
}
</style>