Shades of Cutty Sark #5B8772
Tints of Cutty Sark #5B8772
RGB
CMYK
RGB Variations
Color information
#5B8772 (or 0x5B8772) is known color: Cutty Sark. HEX triplet: 5B, 87 and 72. RGB value is (91,135,114). Sum of RGB (Red+Green+Blue) = 91+135+114=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8772 is #A4788D. Grayscale: #777777. Windows color (decimal): -10778766 or 7505755. OLE color: 7505755.
HSL color Cylindrical-coordinate representation of color #5B8772: hue angle of 151.36º 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 #5B8772 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 114 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.47 |
| HSL | 151.36º | 0.19% | 0.44% | - |
| HSV(B) | 151.36º | 0.33% | 0.53% | - |
| XYZ | 16.02 | 20.77 | 19.08 | - |
| YUV | 119.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 114 | 0.33 | 0 | 0.16 | 0.47 | 151.36 | 0.19 | 0.44 |
| Hex | 5B | 87 | 72 | 21 | 0 | 10 | 2F | 97 | 13 | 2C |
| Octal | 133 | 207 | 162 | 41 | 0 | 20 | 57 | 227 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1110010 | 100001 | 0 | 10000 | 101111 | 10010111 | 10011 | 101100 |
Color Harmonies of #5B8772
Complementary color
Monochromatic Colors of #5B8772
Black with #5B8772
Text Example
Text Example
White with #5B8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8772; }
p { color: rgb(91,135,114); }
H1.HeaderClassName
{
color: #5B8772;
}
.AnyTagClassName
{
color: #5B8772;
}
</style>
background-color css
<style>
a { background-color: #5B8772; }
a { background-color: rgb(91,135,114); }
div.DivClassName
{
background-color: #5B8772;
}
.BgClassName
{
background-color: #5B8772;
}
</style>
border-color css
<style>
span { border-color: #5B8772; }
span { border-color: rgb(91,135,114); }
td.TdClassName
{
border-color: #5B8772;
}
.TagClassName
{
border-color: #5B8772;
}
</style>