Shades of Cutty Sark #5A8475
Tints of Cutty Sark #5A8475
RGB
CMYK
RGB Variations
Color information
#5A8475 (or 0x5A8475) is known color: Cutty Sark. HEX triplet: 5A, 84 and 75. RGB value is (90,132,117). Sum of RGB (Red+Green+Blue) = 90+132+117=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8475 is #A57B8A. Grayscale: #757575. Windows color (decimal): -10845067 or 7701594. OLE color: 7701594.
HSL color Cylindrical-coordinate representation of color #5A8475: hue angle of 158.57º 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 #5A8475 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 117 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.48 |
| HSL | 158.57º | 0.19% | 0.44% | - |
| HSV(B) | 158.57º | 0.32% | 0.52% | - |
| XYZ | 15.68 | 19.96 | 19.86 | - |
| YUV | 117.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 117 | 0.32 | 0 | 0.11 | 0.48 | 158.57 | 0.19 | 0.44 |
| Hex | 5A | 84 | 75 | 20 | 0 | B | 30 | 9F | 13 | 2C |
| Octal | 132 | 204 | 165 | 40 | 0 | 13 | 60 | 237 | 23 | 54 |
| Binary | 1011010 | 10000100 | 1110101 | 100000 | 0 | 1011 | 110000 | 10011111 | 10011 | 101100 |
Color Harmonies of #5A8475
Complementary color
Monochromatic Colors of #5A8475
Black with #5A8475
Text Example
Text Example
White with #5A8475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8475; }
p { color: rgb(90,132,117); }
H1.HeaderClassName
{
color: #5A8475;
}
.AnyTagClassName
{
color: #5A8475;
}
</style>
background-color css
<style>
a { background-color: #5A8475; }
a { background-color: rgb(90,132,117); }
div.DivClassName
{
background-color: #5A8475;
}
.BgClassName
{
background-color: #5A8475;
}
</style>
border-color css
<style>
span { border-color: #5A8475; }
span { border-color: rgb(90,132,117); }
td.TdClassName
{
border-color: #5A8475;
}
.TagClassName
{
border-color: #5A8475;
}
</style>