Shades of Cutty Sark #5A9172
Tints of Cutty Sark #5A9172
RGB
CMYK
RGB Variations
Color information
#5A9172 (or 0x5A9172) is known color: Cutty Sark. HEX triplet: 5A, 91 and 72. RGB value is (90,145,114). Sum of RGB (Red+Green+Blue) = 90+145+114=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #5A9172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9172 is #A56E8D. Grayscale: #7D7D7D. Windows color (decimal): -10841742 or 7508314. OLE color: 7508314.
HSL color Cylindrical-coordinate representation of color #5A9172: hue angle of 146.18º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9172 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 114 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.43 |
| HSL | 146.18º | 0.23% | 0.46% | - |
| HSV(B) | 146.18º | 0.38% | 0.57% | - |
| XYZ | 17.38 | 23.64 | 19.57 | - |
| YUV | 125.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 114 | 0.38 | 0 | 0.21 | 0.43 | 146.18 | 0.23 | 0.46 |
| Hex | 5A | 91 | 72 | 26 | 0 | 15 | 2B | 92 | 17 | 2E |
| Octal | 132 | 221 | 162 | 46 | 0 | 25 | 53 | 222 | 27 | 56 |
| Binary | 1011010 | 10010001 | 1110010 | 100110 | 0 | 10101 | 101011 | 10010010 | 10111 | 101110 |
Color Harmonies of #5A9172
Complementary color
Monochromatic Colors of #5A9172
Black with #5A9172
Text Example
Text Example
White with #5A9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9172; }
p { color: rgb(90,145,114); }
H1.HeaderClassName
{
color: #5A9172;
}
.AnyTagClassName
{
color: #5A9172;
}
</style>
background-color css
<style>
a { background-color: #5A9172; }
a { background-color: rgb(90,145,114); }
div.DivClassName
{
background-color: #5A9172;
}
.BgClassName
{
background-color: #5A9172;
}
</style>
border-color css
<style>
span { border-color: #5A9172; }
span { border-color: rgb(90,145,114); }
td.TdClassName
{
border-color: #5A9172;
}
.TagClassName
{
border-color: #5A9172;
}
</style>