Shades of Cutty Sark #5C7971
Tints of Cutty Sark #5C7971
RGB
CMYK
RGB Variations
Color information
#5C7971 (or 0x5C7971) is known color: Cutty Sark. HEX triplet: 5C, 79 and 71. RGB value is (92,121,113). Sum of RGB (Red+Green+Blue) = 92+121+113=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7971 is #A3868E. Grayscale: #6F6F6F. Windows color (decimal): -10716815 or 7436636. OLE color: 7436636.
HSL color Cylindrical-coordinate representation of color #5C7971: hue angle of 163.45º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C7971 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 113 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.53 |
| HSL | 163.45º | 0.14% | 0.42% | - |
| HSV(B) | 163.45º | 0.24% | 0.47% | - |
| XYZ | 14.23 | 17.14 | 18.18 | - |
| YUV | 111.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 113 | 0.24 | 0 | 0.07 | 0.53 | 163.45 | 0.14 | 0.42 |
| Hex | 5C | 79 | 71 | 18 | 0 | 7 | 35 | A3 | E | 2A |
| Octal | 134 | 171 | 161 | 30 | 0 | 7 | 65 | 243 | 16 | 52 |
| Binary | 1011100 | 1111001 | 1110001 | 11000 | 0 | 111 | 110101 | 10100011 | 1110 | 101010 |
Color Harmonies of #5C7971
Complementary color
Monochromatic Colors of #5C7971
Black with #5C7971
Text Example
Text Example
White with #5C7971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7971; }
p { color: rgb(92,121,113); }
H1.HeaderClassName
{
color: #5C7971;
}
.AnyTagClassName
{
color: #5C7971;
}
</style>
background-color css
<style>
a { background-color: #5C7971; }
a { background-color: rgb(92,121,113); }
div.DivClassName
{
background-color: #5C7971;
}
.BgClassName
{
background-color: #5C7971;
}
</style>
border-color css
<style>
span { border-color: #5C7971; }
span { border-color: rgb(92,121,113); }
td.TdClassName
{
border-color: #5C7971;
}
.TagClassName
{
border-color: #5C7971;
}
</style>