Shades of Cutty Sark #5B8C73
Tints of Cutty Sark #5B8C73
RGB
CMYK
RGB Variations
Color information
#5B8C73 (or 0x5B8C73) is known color: Cutty Sark. HEX triplet: 5B, 8C and 73. RGB value is (91,140,115). Sum of RGB (Red+Green+Blue) = 91+140+115=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #5B8C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8C73 is #A4738C. Grayscale: #7A7A7A. Windows color (decimal): -10777485 or 7572571. OLE color: 7572571.
HSL color Cylindrical-coordinate representation of color #5B8C73: hue angle of 149.39º degrees, saturation: 0.21, 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 #5B8C73 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 140 | 115 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.45 |
| HSL | 149.39º | 0.21% | 0.45% | - |
| HSV(B) | 149.39º | 0.35% | 0.55% | - |
| XYZ | 16.79 | 22.22 | 19.62 | - |
| YUV | 122.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 140 | 115 | 0.35 | 0 | 0.18 | 0.45 | 149.39 | 0.21 | 0.45 |
| Hex | 5B | 8C | 73 | 23 | 0 | 12 | 2D | 95 | 15 | 2D |
| Octal | 133 | 214 | 163 | 43 | 0 | 22 | 55 | 225 | 25 | 55 |
| Binary | 1011011 | 10001100 | 1110011 | 100011 | 0 | 10010 | 101101 | 10010101 | 10101 | 101101 |
Color Harmonies of #5B8C73
Complementary color
Monochromatic Colors of #5B8C73
Black with #5B8C73
Text Example
Text Example
White with #5B8C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8C73; }
p { color: rgb(91,140,115); }
H1.HeaderClassName
{
color: #5B8C73;
}
.AnyTagClassName
{
color: #5B8C73;
}
</style>
background-color css
<style>
a { background-color: #5B8C73; }
a { background-color: rgb(91,140,115); }
div.DivClassName
{
background-color: #5B8C73;
}
.BgClassName
{
background-color: #5B8C73;
}
</style>
border-color css
<style>
span { border-color: #5B8C73; }
span { border-color: rgb(91,140,115); }
td.TdClassName
{
border-color: #5B8C73;
}
.TagClassName
{
border-color: #5B8C73;
}
</style>