Shades of Cutty Sark #5B8778
Tints of Cutty Sark #5B8778
RGB
CMYK
RGB Variations
Color information
#5B8778 (or 0x5B8778) is known color: Cutty Sark. HEX triplet: 5B, 87 and 78. RGB value is (91,135,120). Sum of RGB (Red+Green+Blue) = 91+135+120=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8778 is #A47887. Grayscale: #787878. Windows color (decimal): -10778760 or 7898971. OLE color: 7898971.
HSL color Cylindrical-coordinate representation of color #5B8778: hue angle of 159.55º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B8778 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 120 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.47 |
| HSL | 159.55º | 0.19% | 0.44% | - |
| HSV(B) | 159.55º | 0.33% | 0.53% | - |
| XYZ | 16.37 | 20.91 | 20.94 | - |
| YUV | 120.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 120 | 0.33 | 0 | 0.11 | 0.47 | 159.55 | 0.19 | 0.44 |
| Hex | 5B | 87 | 78 | 21 | 0 | B | 2F | A0 | 13 | 2C |
| Octal | 133 | 207 | 170 | 41 | 0 | 13 | 57 | 240 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1111000 | 100001 | 0 | 1011 | 101111 | 10100000 | 10011 | 101100 |
Color Harmonies of #5B8778
Complementary color
Monochromatic Colors of #5B8778
Black with #5B8778
Text Example
Text Example
White with #5B8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8778; }
p { color: rgb(91,135,120); }
H1.HeaderClassName
{
color: #5B8778;
}
.AnyTagClassName
{
color: #5B8778;
}
</style>
background-color css
<style>
a { background-color: #5B8778; }
a { background-color: rgb(91,135,120); }
div.DivClassName
{
background-color: #5B8778;
}
.BgClassName
{
background-color: #5B8778;
}
</style>
border-color css
<style>
span { border-color: #5B8778; }
span { border-color: rgb(91,135,120); }
td.TdClassName
{
border-color: #5B8778;
}
.TagClassName
{
border-color: #5B8778;
}
</style>