Shades of Cutty Sark #5A8671
Tints of Cutty Sark #5A8671
RGB
CMYK
RGB Variations
Color information
#5A8671 (or 0x5A8671) is known color: Cutty Sark. HEX triplet: 5A, 86 and 71. RGB value is (90,134,113). Sum of RGB (Red+Green+Blue) = 90+134+113=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8671 is #A5798E. Grayscale: #767676. Windows color (decimal): -10844559 or 7439962. OLE color: 7439962.
HSL color Cylindrical-coordinate representation of color #5A8671: hue angle of 151.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A8671 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 113 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.47 |
| HSL | 151.36º | 0.2% | 0.44% | - |
| HSV(B) | 151.36º | 0.33% | 0.53% | - |
| XYZ | 15.72 | 20.42 | 18.73 | - |
| YUV | 118.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 113 | 0.33 | 0 | 0.16 | 0.47 | 151.36 | 0.2 | 0.44 |
| Hex | 5A | 86 | 71 | 21 | 0 | 10 | 2F | 97 | 14 | 2C |
| Octal | 132 | 206 | 161 | 41 | 0 | 20 | 57 | 227 | 24 | 54 |
| Binary | 1011010 | 10000110 | 1110001 | 100001 | 0 | 10000 | 101111 | 10010111 | 10100 | 101100 |
Color Harmonies of #5A8671
Complementary color
Monochromatic Colors of #5A8671
Black with #5A8671
Text Example
Text Example
White with #5A8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8671; }
p { color: rgb(90,134,113); }
H1.HeaderClassName
{
color: #5A8671;
}
.AnyTagClassName
{
color: #5A8671;
}
</style>
background-color css
<style>
a { background-color: #5A8671; }
a { background-color: rgb(90,134,113); }
div.DivClassName
{
background-color: #5A8671;
}
.BgClassName
{
background-color: #5A8671;
}
</style>
border-color css
<style>
span { border-color: #5A8671; }
span { border-color: rgb(90,134,113); }
td.TdClassName
{
border-color: #5A8671;
}
.TagClassName
{
border-color: #5A8671;
}
</style>