Shades of Cutty Sark #5B8D6D
Tints of Cutty Sark #5B8D6D
RGB
CMYK
RGB Variations
Color information
#5B8D6D (or 0x5B8D6D) is known color: Cutty Sark. HEX triplet: 5B, 8D and 6D. RGB value is (91,141,109). Sum of RGB (Red+Green+Blue) = 91+141+109=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8D6D is #A47292. Grayscale: #7A7A7A. Windows color (decimal): -10777235 or 7179611. OLE color: 7179611.
HSL color Cylindrical-coordinate representation of color #5B8D6D: hue angle of 141.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B8D6D is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 141 | 109 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.45 |
| HSL | 141.6º | 0.22% | 0.45% | - |
| HSV(B) | 141.6º | 0.35% | 0.55% | - |
| XYZ | 16.6 | 22.38 | 17.91 | - |
| YUV | 122.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 109 | 0.35 | 0 | 0.23 | 0.45 | 141.6 | 0.22 | 0.45 |
| Hex | 5B | 8D | 6D | 23 | 0 | 17 | 2D | 8E | 16 | 2D |
| Octal | 133 | 215 | 155 | 43 | 0 | 27 | 55 | 216 | 26 | 55 |
| Binary | 1011011 | 10001101 | 1101101 | 100011 | 0 | 10111 | 101101 | 10001110 | 10110 | 101101 |
Color Harmonies of #5B8D6D
Complementary color
Monochromatic Colors of #5B8D6D
Black with #5B8D6D
Text Example
Text Example
White with #5B8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8D6D; }
p { color: rgb(91,141,109); }
H1.HeaderClassName
{
color: #5B8D6D;
}
.AnyTagClassName
{
color: #5B8D6D;
}
</style>
background-color css
<style>
a { background-color: #5B8D6D; }
a { background-color: rgb(91,141,109); }
div.DivClassName
{
background-color: #5B8D6D;
}
.BgClassName
{
background-color: #5B8D6D;
}
</style>
border-color css
<style>
span { border-color: #5B8D6D; }
span { border-color: rgb(91,141,109); }
td.TdClassName
{
border-color: #5B8D6D;
}
.TagClassName
{
border-color: #5B8D6D;
}
</style>