Shades of Cutty Sark #5B886D
Tints of Cutty Sark #5B886D
RGB
CMYK
RGB Variations
Color information
#5B886D (or 0x5B886D) is known color: Cutty Sark. HEX triplet: 5B, 88 and 6D. RGB value is (91,136,109). Sum of RGB (Red+Green+Blue) = 91+136+109=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #5B886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B886D is #A47792. Grayscale: #777777. Windows color (decimal): -10778515 or 7178331. OLE color: 7178331.
HSL color Cylindrical-coordinate representation of color #5B886D: hue angle of 144º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B886D is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 136 | 109 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.47 |
| HSL | 144º | 0.2% | 0.45% | - |
| HSV(B) | 144º | 0.33% | 0.53% | - |
| XYZ | 15.88 | 20.94 | 17.67 | - |
| YUV | 119.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 109 | 0.33 | 0 | 0.20 | 0.47 | 144 | 0.2 | 0.45 |
| Hex | 5B | 88 | 6D | 21 | 0 | 14 | 2F | 90 | 14 | 2D |
| Octal | 133 | 210 | 155 | 41 | 0 | 24 | 57 | 220 | 24 | 55 |
| Binary | 1011011 | 10001000 | 1101101 | 100001 | 0 | 10100 | 101111 | 10010000 | 10100 | 101101 |
Color Harmonies of #5B886D
Complementary color
Monochromatic Colors of #5B886D
Black with #5B886D
Text Example
Text Example
White with #5B886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B886D; }
p { color: rgb(91,136,109); }
H1.HeaderClassName
{
color: #5B886D;
}
.AnyTagClassName
{
color: #5B886D;
}
</style>
background-color css
<style>
a { background-color: #5B886D; }
a { background-color: rgb(91,136,109); }
div.DivClassName
{
background-color: #5B886D;
}
.BgClassName
{
background-color: #5B886D;
}
</style>
border-color css
<style>
span { border-color: #5B886D; }
span { border-color: rgb(91,136,109); }
td.TdClassName
{
border-color: #5B886D;
}
.TagClassName
{
border-color: #5B886D;
}
</style>