Shades of Cutty Sark #5B7C73
Tints of Cutty Sark #5B7C73
RGB
CMYK
RGB Variations
Color information
#5B7C73 (or 0x5B7C73) is known color: Cutty Sark. HEX triplet: 5B, 7C and 73. RGB value is (91,124,115). Sum of RGB (Red+Green+Blue) = 91+124+115=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7C73 is #A4838C. Grayscale: #717171. Windows color (decimal): -10781581 or 7568475. OLE color: 7568475.
HSL color Cylindrical-coordinate representation of color #5B7C73: hue angle of 163.64º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7C73 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 124 | 115 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.51 |
| HSL | 163.64º | 0.15% | 0.42% | - |
| HSV(B) | 163.64º | 0.27% | 0.49% | - |
| XYZ | 14.62 | 17.88 | 18.9 | - |
| YUV | 113.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 115 | 0.27 | 0 | 0.07 | 0.51 | 163.64 | 0.15 | 0.42 |
| Hex | 5B | 7C | 73 | 1B | 0 | 7 | 33 | A4 | F | 2A |
| Octal | 133 | 174 | 163 | 33 | 0 | 7 | 63 | 244 | 17 | 52 |
| Binary | 1011011 | 1111100 | 1110011 | 11011 | 0 | 111 | 110011 | 10100100 | 1111 | 101010 |
Color Harmonies of #5B7C73
Complementary color
Monochromatic Colors of #5B7C73
Black with #5B7C73
Text Example
Text Example
White with #5B7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7C73; }
p { color: rgb(91,124,115); }
H1.HeaderClassName
{
color: #5B7C73;
}
.AnyTagClassName
{
color: #5B7C73;
}
</style>
background-color css
<style>
a { background-color: #5B7C73; }
a { background-color: rgb(91,124,115); }
div.DivClassName
{
background-color: #5B7C73;
}
.BgClassName
{
background-color: #5B7C73;
}
</style>
border-color css
<style>
span { border-color: #5B7C73; }
span { border-color: rgb(91,124,115); }
td.TdClassName
{
border-color: #5B7C73;
}
.TagClassName
{
border-color: #5B7C73;
}
</style>