Shades of Cutty Sark #5B9272
Tints of Cutty Sark #5B9272
RGB
CMYK
RGB Variations
Color information
#5B9272 (or 0x5B9272) is known color: Cutty Sark. HEX triplet: 5B, 92 and 72. RGB value is (91,146,114). Sum of RGB (Red+Green+Blue) = 91+146+114=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9272 is #A46D8D. Grayscale: #7D7D7D. Windows color (decimal): -10775950 or 7508571. OLE color: 7508571.
HSL color Cylindrical-coordinate representation of color #5B9272: hue angle of 145.09º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9272 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 114 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.43 |
| HSL | 145.09º | 0.23% | 0.46% | - |
| HSV(B) | 145.09º | 0.38% | 0.57% | - |
| XYZ | 17.63 | 24 | 19.62 | - |
| YUV | 125.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 114 | 0.38 | 0 | 0.22 | 0.43 | 145.09 | 0.23 | 0.46 |
| Hex | 5B | 92 | 72 | 26 | 0 | 16 | 2B | 91 | 17 | 2E |
| Octal | 133 | 222 | 162 | 46 | 0 | 26 | 53 | 221 | 27 | 56 |
| Binary | 1011011 | 10010010 | 1110010 | 100110 | 0 | 10110 | 101011 | 10010001 | 10111 | 101110 |
Color Harmonies of #5B9272
Complementary color
Monochromatic Colors of #5B9272
Black with #5B9272
Text Example
Text Example
White with #5B9272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9272; }
p { color: rgb(91,146,114); }
H1.HeaderClassName
{
color: #5B9272;
}
.AnyTagClassName
{
color: #5B9272;
}
</style>
background-color css
<style>
a { background-color: #5B9272; }
a { background-color: rgb(91,146,114); }
div.DivClassName
{
background-color: #5B9272;
}
.BgClassName
{
background-color: #5B9272;
}
</style>
border-color css
<style>
span { border-color: #5B9272; }
span { border-color: rgb(91,146,114); }
td.TdClassName
{
border-color: #5B9272;
}
.TagClassName
{
border-color: #5B9272;
}
</style>