Shades of Cutty Sark #5B8770
Tints of Cutty Sark #5B8770
RGB
CMYK
RGB Variations
Color information
#5B8770 (or 0x5B8770) is known color: Cutty Sark. HEX triplet: 5B, 87 and 70. RGB value is (91,135,112). Sum of RGB (Red+Green+Blue) = 91+135+112=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8770 is #A4788F. Grayscale: #777777. Windows color (decimal): -10778768 or 7374683. OLE color: 7374683.
HSL color Cylindrical-coordinate representation of color #5B8770: hue angle of 148.64º 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 #5B8770 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 112 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.47 |
| HSL | 148.64º | 0.19% | 0.44% | - |
| HSV(B) | 148.64º | 0.33% | 0.53% | - |
| XYZ | 15.9 | 20.72 | 18.49 | - |
| YUV | 119.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 112 | 0.33 | 0 | 0.17 | 0.47 | 148.64 | 0.19 | 0.44 |
| Hex | 5B | 87 | 70 | 21 | 0 | 11 | 2F | 95 | 13 | 2C |
| Octal | 133 | 207 | 160 | 41 | 0 | 21 | 57 | 225 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1110000 | 100001 | 0 | 10001 | 101111 | 10010101 | 10011 | 101100 |
Color Harmonies of #5B8770
Complementary color
Monochromatic Colors of #5B8770
Black with #5B8770
Text Example
Text Example
White with #5B8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8770; }
p { color: rgb(91,135,112); }
H1.HeaderClassName
{
color: #5B8770;
}
.AnyTagClassName
{
color: #5B8770;
}
</style>
background-color css
<style>
a { background-color: #5B8770; }
a { background-color: rgb(91,135,112); }
div.DivClassName
{
background-color: #5B8770;
}
.BgClassName
{
background-color: #5B8770;
}
</style>
border-color css
<style>
span { border-color: #5B8770; }
span { border-color: rgb(91,135,112); }
td.TdClassName
{
border-color: #5B8770;
}
.TagClassName
{
border-color: #5B8770;
}
</style>