Shades of Cutty Sark #5C8F77
Tints of Cutty Sark #5C8F77
RGB
CMYK
RGB Variations
Color information
#5C8F77 (or 0x5C8F77) is known color: Cutty Sark. HEX triplet: 5C, 8F and 77. RGB value is (92,143,119). Sum of RGB (Red+Green+Blue) = 92+143+119=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 143 - color contains mainly: green. Hex color #5C8F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8F77 is #A37088. Grayscale: #7D7D7D. Windows color (decimal): -10711177 or 7835484. OLE color: 7835484.
HSL color Cylindrical-coordinate representation of color #5C8F77: hue angle of 151.76º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C8F77 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 143 | 119 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.44 |
| HSL | 151.76º | 0.22% | 0.46% | - |
| HSV(B) | 151.76º | 0.36% | 0.56% | - |
| XYZ | 17.57 | 23.25 | 21.02 | - |
| YUV | 125.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 143 | 119 | 0.36 | 0 | 0.17 | 0.44 | 151.76 | 0.22 | 0.46 |
| Hex | 5C | 8F | 77 | 24 | 0 | 11 | 2C | 98 | 16 | 2E |
| Octal | 134 | 217 | 167 | 44 | 0 | 21 | 54 | 230 | 26 | 56 |
| Binary | 1011100 | 10001111 | 1110111 | 100100 | 0 | 10001 | 101100 | 10011000 | 10110 | 101110 |
Color Harmonies of #5C8F77
Complementary color
Monochromatic Colors of #5C8F77
Black with #5C8F77
Text Example
Text Example
White with #5C8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8F77; }
p { color: rgb(92,143,119); }
H1.HeaderClassName
{
color: #5C8F77;
}
.AnyTagClassName
{
color: #5C8F77;
}
</style>
background-color css
<style>
a { background-color: #5C8F77; }
a { background-color: rgb(92,143,119); }
div.DivClassName
{
background-color: #5C8F77;
}
.BgClassName
{
background-color: #5C8F77;
}
</style>
border-color css
<style>
span { border-color: #5C8F77; }
span { border-color: rgb(92,143,119); }
td.TdClassName
{
border-color: #5C8F77;
}
.TagClassName
{
border-color: #5C8F77;
}
</style>