Shades of Cutty Sark #5B9073
Tints of Cutty Sark #5B9073
RGB
CMYK
RGB Variations
Color information
#5B9073 (or 0x5B9073) is known color: Cutty Sark. HEX triplet: 5B, 90 and 73. RGB value is (91,144,115). Sum of RGB (Red+Green+Blue) = 91+144+115=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #5B9073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9073 is #A46F8C. Grayscale: #7C7C7C. Windows color (decimal): -10776461 or 7573595. OLE color: 7573595.
HSL color Cylindrical-coordinate representation of color #5B9073: hue angle of 147.17º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9073 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 144 | 115 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.44 |
| HSL | 147.17º | 0.23% | 0.46% | - |
| HSV(B) | 147.17º | 0.37% | 0.56% | - |
| XYZ | 17.38 | 23.41 | 19.82 | - |
| YUV | 124.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 115 | 0.37 | 0 | 0.20 | 0.44 | 147.17 | 0.23 | 0.46 |
| Hex | 5B | 90 | 73 | 25 | 0 | 14 | 2C | 93 | 17 | 2E |
| Octal | 133 | 220 | 163 | 45 | 0 | 24 | 54 | 223 | 27 | 56 |
| Binary | 1011011 | 10010000 | 1110011 | 100101 | 0 | 10100 | 101100 | 10010011 | 10111 | 101110 |
Color Harmonies of #5B9073
Complementary color
Monochromatic Colors of #5B9073
Black with #5B9073
Text Example
Text Example
White with #5B9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9073; }
p { color: rgb(91,144,115); }
H1.HeaderClassName
{
color: #5B9073;
}
.AnyTagClassName
{
color: #5B9073;
}
</style>
background-color css
<style>
a { background-color: #5B9073; }
a { background-color: rgb(91,144,115); }
div.DivClassName
{
background-color: #5B9073;
}
.BgClassName
{
background-color: #5B9073;
}
</style>
border-color css
<style>
span { border-color: #5B9073; }
span { border-color: rgb(91,144,115); }
td.TdClassName
{
border-color: #5B9073;
}
.TagClassName
{
border-color: #5B9073;
}
</style>