Shades of Cutty Sark #508A77
Tints of Cutty Sark #508A77
RGB
CMYK
RGB Variations
Color information
#508A77 (or 0x508A77) is known color: Cutty Sark. HEX triplet: 50, 8A and 77. RGB value is (80,138,119). Sum of RGB (Red+Green+Blue) = 80+138+119=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #508A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A77 is #AF7588. Grayscale: #767676. Windows color (decimal): -11498889 or 7834192. OLE color: 7834192.
HSL color Cylindrical-coordinate representation of color #508A77: hue angle of 160.34º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508A77 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 119 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.46 |
| HSL | 160.34º | 0.27% | 0.43% | - |
| HSV(B) | 160.34º | 0.42% | 0.54% | - |
| XYZ | 15.73 | 21.21 | 20.72 | - |
| YUV | 118.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 119 | 0.42 | 0 | 0.14 | 0.46 | 160.34 | 0.27 | 0.43 |
| Hex | 50 | 8A | 77 | 2A | 0 | E | 2E | A0 | 1B | 2B |
| Octal | 120 | 212 | 167 | 52 | 0 | 16 | 56 | 240 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1110111 | 101010 | 0 | 1110 | 101110 | 10100000 | 11011 | 101011 |
Color Harmonies of #508A77
Complementary color
Monochromatic Colors of #508A77
Black with #508A77
Text Example
Text Example
White with #508A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A77; }
p { color: rgb(80,138,119); }
H1.HeaderClassName
{
color: #508A77;
}
.AnyTagClassName
{
color: #508A77;
}
</style>
background-color css
<style>
a { background-color: #508A77; }
a { background-color: rgb(80,138,119); }
div.DivClassName
{
background-color: #508A77;
}
.BgClassName
{
background-color: #508A77;
}
</style>
border-color css
<style>
span { border-color: #508A77; }
span { border-color: rgb(80,138,119); }
td.TdClassName
{
border-color: #508A77;
}
.TagClassName
{
border-color: #508A77;
}
</style>