Shades of Cutty Sark #5B9172
Tints of Cutty Sark #5B9172
RGB
CMYK
RGB Variations
Color information
#5B9172 (or 0x5B9172) is known color: Cutty Sark. HEX triplet: 5B, 91 and 72. RGB value is (91,145,114). Sum of RGB (Red+Green+Blue) = 91+145+114=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9172 is #A46E8D. Grayscale: #7D7D7D. Windows color (decimal): -10776206 or 7508315. OLE color: 7508315.
HSL color Cylindrical-coordinate representation of color #5B9172: hue angle of 145.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9172 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 145 | 114 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.43 |
| HSL | 145.56º | 0.23% | 0.46% | - |
| HSV(B) | 145.56º | 0.37% | 0.57% | - |
| XYZ | 17.48 | 23.69 | 19.57 | - |
| YUV | 125.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 145 | 114 | 0.37 | 0 | 0.21 | 0.43 | 145.56 | 0.23 | 0.46 |
| Hex | 5B | 91 | 72 | 25 | 0 | 15 | 2B | 92 | 17 | 2E |
| Octal | 133 | 221 | 162 | 45 | 0 | 25 | 53 | 222 | 27 | 56 |
| Binary | 1011011 | 10010001 | 1110010 | 100101 | 0 | 10101 | 101011 | 10010010 | 10111 | 101110 |
Color Harmonies of #5B9172
Complementary color
Monochromatic Colors of #5B9172
Black with #5B9172
Text Example
Text Example
White with #5B9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9172; }
p { color: rgb(91,145,114); }
H1.HeaderClassName
{
color: #5B9172;
}
.AnyTagClassName
{
color: #5B9172;
}
</style>
background-color css
<style>
a { background-color: #5B9172; }
a { background-color: rgb(91,145,114); }
div.DivClassName
{
background-color: #5B9172;
}
.BgClassName
{
background-color: #5B9172;
}
</style>
border-color css
<style>
span { border-color: #5B9172; }
span { border-color: rgb(91,145,114); }
td.TdClassName
{
border-color: #5B9172;
}
.TagClassName
{
border-color: #5B9172;
}
</style>