Shades of Cutty Sark #5B8E79
Tints of Cutty Sark #5B8E79
RGB
CMYK
RGB Variations
Color information
#5B8E79 (or 0x5B8E79) is known color: Cutty Sark. HEX triplet: 5B, 8E and 79. RGB value is (91,142,121). Sum of RGB (Red+Green+Blue) = 91+142+121=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #5B8E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8E79 is #A47186. Grayscale: #7C7C7C. Windows color (decimal): -10776967 or 7966299. OLE color: 7966299.
HSL color Cylindrical-coordinate representation of color #5B8E79: hue angle of 155.29º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B8E79 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 142 | 121 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.44 |
| HSL | 155.29º | 0.22% | 0.46% | - |
| HSV(B) | 155.29º | 0.36% | 0.56% | - |
| XYZ | 17.44 | 22.95 | 21.6 | - |
| YUV | 124.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 142 | 121 | 0.36 | 0 | 0.15 | 0.44 | 155.29 | 0.22 | 0.46 |
| Hex | 5B | 8E | 79 | 24 | 0 | F | 2C | 9B | 16 | 2E |
| Octal | 133 | 216 | 171 | 44 | 0 | 17 | 54 | 233 | 26 | 56 |
| Binary | 1011011 | 10001110 | 1111001 | 100100 | 0 | 1111 | 101100 | 10011011 | 10110 | 101110 |
Color Harmonies of #5B8E79
Complementary color
Monochromatic Colors of #5B8E79
Black with #5B8E79
Text Example
Text Example
White with #5B8E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8E79; }
p { color: rgb(91,142,121); }
H1.HeaderClassName
{
color: #5B8E79;
}
.AnyTagClassName
{
color: #5B8E79;
}
</style>
background-color css
<style>
a { background-color: #5B8E79; }
a { background-color: rgb(91,142,121); }
div.DivClassName
{
background-color: #5B8E79;
}
.BgClassName
{
background-color: #5B8E79;
}
</style>
border-color css
<style>
span { border-color: #5B8E79; }
span { border-color: rgb(91,142,121); }
td.TdClassName
{
border-color: #5B8E79;
}
.TagClassName
{
border-color: #5B8E79;
}
</style>