Shades of Cutty Sark #5B8473
Tints of Cutty Sark #5B8473
RGB
CMYK
RGB Variations
Color information
#5B8473 (or 0x5B8473) is known color: Cutty Sark. HEX triplet: 5B, 84 and 73. RGB value is (91,132,115). Sum of RGB (Red+Green+Blue) = 91+132+115=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #5B8473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8473 is #A47B8C. Grayscale: #757575. Windows color (decimal): -10779533 or 7570523. OLE color: 7570523.
HSL color Cylindrical-coordinate representation of color #5B8473: hue angle of 155.12º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B8473 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 132 | 115 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.48 |
| HSL | 155.12º | 0.18% | 0.44% | - |
| HSV(B) | 155.12º | 0.31% | 0.52% | - |
| XYZ | 15.66 | 19.96 | 19.25 | - |
| YUV | 117.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 132 | 115 | 0.31 | 0 | 0.13 | 0.48 | 155.12 | 0.18 | 0.44 |
| Hex | 5B | 84 | 73 | 1F | 0 | D | 30 | 9B | 12 | 2C |
| Octal | 133 | 204 | 163 | 37 | 0 | 15 | 60 | 233 | 22 | 54 |
| Binary | 1011011 | 10000100 | 1110011 | 11111 | 0 | 1101 | 110000 | 10011011 | 10010 | 101100 |
Color Harmonies of #5B8473
Complementary color
Monochromatic Colors of #5B8473
Black with #5B8473
Text Example
Text Example
White with #5B8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8473; }
p { color: rgb(91,132,115); }
H1.HeaderClassName
{
color: #5B8473;
}
.AnyTagClassName
{
color: #5B8473;
}
</style>
background-color css
<style>
a { background-color: #5B8473; }
a { background-color: rgb(91,132,115); }
div.DivClassName
{
background-color: #5B8473;
}
.BgClassName
{
background-color: #5B8473;
}
</style>
border-color css
<style>
span { border-color: #5B8473; }
span { border-color: rgb(91,132,115); }
td.TdClassName
{
border-color: #5B8473;
}
.TagClassName
{
border-color: #5B8473;
}
</style>