Shades of Cutty Sark #5B8A75
Tints of Cutty Sark #5B8A75
RGB
CMYK
RGB Variations
Color information
#5B8A75 (or 0x5B8A75) is known color: Cutty Sark. HEX triplet: 5B, 8A and 75. RGB value is (91,138,117). Sum of RGB (Red+Green+Blue) = 91+138+117=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #5B8A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8A75 is #A4758A. Grayscale: #797979. Windows color (decimal): -10777995 or 7703131. OLE color: 7703131.
HSL color Cylindrical-coordinate representation of color #5B8A75: hue angle of 153.19º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B8A75 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 138 | 117 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.46 |
| HSL | 153.19º | 0.21% | 0.45% | - |
| HSV(B) | 153.19º | 0.34% | 0.54% | - |
| XYZ | 16.61 | 21.69 | 20.14 | - |
| YUV | 121.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 138 | 117 | 0.34 | 0 | 0.15 | 0.46 | 153.19 | 0.21 | 0.45 |
| Hex | 5B | 8A | 75 | 22 | 0 | F | 2E | 99 | 15 | 2D |
| Octal | 133 | 212 | 165 | 42 | 0 | 17 | 56 | 231 | 25 | 55 |
| Binary | 1011011 | 10001010 | 1110101 | 100010 | 0 | 1111 | 101110 | 10011001 | 10101 | 101101 |
Color Harmonies of #5B8A75
Complementary color
Monochromatic Colors of #5B8A75
Black with #5B8A75
Text Example
Text Example
White with #5B8A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8A75; }
p { color: rgb(91,138,117); }
H1.HeaderClassName
{
color: #5B8A75;
}
.AnyTagClassName
{
color: #5B8A75;
}
</style>
background-color css
<style>
a { background-color: #5B8A75; }
a { background-color: rgb(91,138,117); }
div.DivClassName
{
background-color: #5B8A75;
}
.BgClassName
{
background-color: #5B8A75;
}
</style>
border-color css
<style>
span { border-color: #5B8A75; }
span { border-color: rgb(91,138,117); }
td.TdClassName
{
border-color: #5B8A75;
}
.TagClassName
{
border-color: #5B8A75;
}
</style>