Shades of Cutty Sark #5B8672
Tints of Cutty Sark #5B8672
RGB
CMYK
RGB Variations
Color information
#5B8672 (or 0x5B8672) is known color: Cutty Sark. HEX triplet: 5B, 86 and 72. RGB value is (91,134,114). Sum of RGB (Red+Green+Blue) = 91+134+114=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #5B8672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8672 is #A4798D. Grayscale: #767676. Windows color (decimal): -10779022 or 7505499. OLE color: 7505499.
HSL color Cylindrical-coordinate representation of color #5B8672: hue angle of 152.09º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8672 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 134 | 114 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.47 |
| HSL | 152.09º | 0.19% | 0.44% | - |
| HSV(B) | 152.09º | 0.32% | 0.53% | - |
| XYZ | 15.88 | 20.49 | 19.04 | - |
| YUV | 118.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 134 | 114 | 0.32 | 0 | 0.15 | 0.47 | 152.09 | 0.19 | 0.44 |
| Hex | 5B | 86 | 72 | 20 | 0 | F | 2F | 98 | 13 | 2C |
| Octal | 133 | 206 | 162 | 40 | 0 | 17 | 57 | 230 | 23 | 54 |
| Binary | 1011011 | 10000110 | 1110010 | 100000 | 0 | 1111 | 101111 | 10011000 | 10011 | 101100 |
Color Harmonies of #5B8672
Complementary color
Monochromatic Colors of #5B8672
Black with #5B8672
Text Example
Text Example
White with #5B8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8672; }
p { color: rgb(91,134,114); }
H1.HeaderClassName
{
color: #5B8672;
}
.AnyTagClassName
{
color: #5B8672;
}
</style>
background-color css
<style>
a { background-color: #5B8672; }
a { background-color: rgb(91,134,114); }
div.DivClassName
{
background-color: #5B8672;
}
.BgClassName
{
background-color: #5B8672;
}
</style>
border-color css
<style>
span { border-color: #5B8672; }
span { border-color: rgb(91,134,114); }
td.TdClassName
{
border-color: #5B8672;
}
.TagClassName
{
border-color: #5B8672;
}
</style>