Shades of Cutty Sark #5A8476
Tints of Cutty Sark #5A8476
RGB
CMYK
RGB Variations
Color information
#5A8476 (or 0x5A8476) is known color: Cutty Sark. HEX triplet: 5A, 84 and 76. RGB value is (90,132,118). Sum of RGB (Red+Green+Blue) = 90+132+118=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8476 is #A57B89. Grayscale: #757575. Windows color (decimal): -10845066 or 7767130. OLE color: 7767130.
HSL color Cylindrical-coordinate representation of color #5A8476: hue angle of 160º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A8476 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 118 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.48 |
| HSL | 160º | 0.19% | 0.44% | - |
| HSV(B) | 160º | 0.32% | 0.52% | - |
| XYZ | 15.74 | 19.98 | 20.17 | - |
| YUV | 117.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 118 | 0.32 | 0 | 0.11 | 0.48 | 160 | 0.19 | 0.44 |
| Hex | 5A | 84 | 76 | 20 | 0 | B | 30 | A0 | 13 | 2C |
| Octal | 132 | 204 | 166 | 40 | 0 | 13 | 60 | 240 | 23 | 54 |
| Binary | 1011010 | 10000100 | 1110110 | 100000 | 0 | 1011 | 110000 | 10100000 | 10011 | 101100 |
Color Harmonies of #5A8476
Complementary color
Monochromatic Colors of #5A8476
Black with #5A8476
Text Example
Text Example
White with #5A8476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8476; }
p { color: rgb(90,132,118); }
H1.HeaderClassName
{
color: #5A8476;
}
.AnyTagClassName
{
color: #5A8476;
}
</style>
background-color css
<style>
a { background-color: #5A8476; }
a { background-color: rgb(90,132,118); }
div.DivClassName
{
background-color: #5A8476;
}
.BgClassName
{
background-color: #5A8476;
}
</style>
border-color css
<style>
span { border-color: #5A8476; }
span { border-color: rgb(90,132,118); }
td.TdClassName
{
border-color: #5A8476;
}
.TagClassName
{
border-color: #5A8476;
}
</style>