Shades of Cutty Sark #5B7C71
Tints of Cutty Sark #5B7C71
RGB
CMYK
RGB Variations
Color information
#5B7C71 (or 0x5B7C71) is known color: Cutty Sark. HEX triplet: 5B, 7C and 71. RGB value is (91,124,113). Sum of RGB (Red+Green+Blue) = 91+124+113=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7C71 is #A4838E. Grayscale: #707070. Windows color (decimal): -10781583 or 7437403. OLE color: 7437403.
HSL color Cylindrical-coordinate representation of color #5B7C71: hue angle of 160º 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 #5B7C71 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 124 | 113 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.51 |
| HSL | 160º | 0.15% | 0.42% | - |
| HSV(B) | 160º | 0.27% | 0.49% | - |
| XYZ | 14.5 | 17.83 | 18.3 | - |
| YUV | 112.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 113 | 0.27 | 0 | 0.09 | 0.51 | 160 | 0.15 | 0.42 |
| Hex | 5B | 7C | 71 | 1B | 0 | 9 | 33 | A0 | F | 2A |
| Octal | 133 | 174 | 161 | 33 | 0 | 11 | 63 | 240 | 17 | 52 |
| Binary | 1011011 | 1111100 | 1110001 | 11011 | 0 | 1001 | 110011 | 10100000 | 1111 | 101010 |
Color Harmonies of #5B7C71
Complementary color
Monochromatic Colors of #5B7C71
Black with #5B7C71
Text Example
Text Example
White with #5B7C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7C71; }
p { color: rgb(91,124,113); }
H1.HeaderClassName
{
color: #5B7C71;
}
.AnyTagClassName
{
color: #5B7C71;
}
</style>
background-color css
<style>
a { background-color: #5B7C71; }
a { background-color: rgb(91,124,113); }
div.DivClassName
{
background-color: #5B7C71;
}
.BgClassName
{
background-color: #5B7C71;
}
</style>
border-color css
<style>
span { border-color: #5B7C71; }
span { border-color: rgb(91,124,113); }
td.TdClassName
{
border-color: #5B7C71;
}
.TagClassName
{
border-color: #5B7C71;
}
</style>