Shades of Cutty Sark #5B7D73
Tints of Cutty Sark #5B7D73
RGB
CMYK
RGB Variations
Color information
#5B7D73 (or 0x5B7D73) is known color: Cutty Sark. HEX triplet: 5B, 7D and 73. RGB value is (91,125,115). Sum of RGB (Red+Green+Blue) = 91+125+115=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7D73 is #A4828C. Grayscale: #717171. Windows color (decimal): -10781325 or 7568731. OLE color: 7568731.
HSL color Cylindrical-coordinate representation of color #5B7D73: hue angle of 162.35º degrees, saturation: 0.16, 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 #5B7D73 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 125 | 115 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.51 |
| HSL | 162.35º | 0.16% | 0.42% | - |
| HSV(B) | 162.35º | 0.27% | 0.49% | - |
| XYZ | 14.74 | 18.13 | 18.94 | - |
| YUV | 113.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 115 | 0.27 | 0 | 0.08 | 0.51 | 162.35 | 0.16 | 0.42 |
| Hex | 5B | 7D | 73 | 1B | 0 | 8 | 33 | A2 | 10 | 2A |
| Octal | 133 | 175 | 163 | 33 | 0 | 10 | 63 | 242 | 20 | 52 |
| Binary | 1011011 | 1111101 | 1110011 | 11011 | 0 | 1000 | 110011 | 10100010 | 10000 | 101010 |
Color Harmonies of #5B7D73
Complementary color
Monochromatic Colors of #5B7D73
Black with #5B7D73
Text Example
Text Example
White with #5B7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7D73; }
p { color: rgb(91,125,115); }
H1.HeaderClassName
{
color: #5B7D73;
}
.AnyTagClassName
{
color: #5B7D73;
}
</style>
background-color css
<style>
a { background-color: #5B7D73; }
a { background-color: rgb(91,125,115); }
div.DivClassName
{
background-color: #5B7D73;
}
.BgClassName
{
background-color: #5B7D73;
}
</style>
border-color css
<style>
span { border-color: #5B7D73; }
span { border-color: rgb(91,125,115); }
td.TdClassName
{
border-color: #5B7D73;
}
.TagClassName
{
border-color: #5B7D73;
}
</style>