Shades of Cutty Sark #508C79
Tints of Cutty Sark #508C79
RGB
CMYK
RGB Variations
Color information
#508C79 (or 0x508C79) is known color: Cutty Sark. HEX triplet: 50, 8C and 79. RGB value is (80,140,121). Sum of RGB (Red+Green+Blue) = 80+140+121=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #508C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508C79 is #AF7386. Grayscale: #777777. Windows color (decimal): -11498375 or 7965776. OLE color: 7965776.
HSL color Cylindrical-coordinate representation of color #508C79: hue angle of 161º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508C79 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 121 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.45 |
| HSL | 161º | 0.27% | 0.43% | - |
| HSV(B) | 161º | 0.43% | 0.55% | - |
| XYZ | 16.14 | 21.84 | 21.45 | - |
| YUV | 119.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 121 | 0.43 | 0 | 0.14 | 0.45 | 161 | 0.27 | 0.43 |
| Hex | 50 | 8C | 79 | 2B | 0 | E | 2D | A1 | 1B | 2B |
| Octal | 120 | 214 | 171 | 53 | 0 | 16 | 55 | 241 | 33 | 53 |
| Binary | 1010000 | 10001100 | 1111001 | 101011 | 0 | 1110 | 101101 | 10100001 | 11011 | 101011 |
Color Harmonies of #508C79
Complementary color
Monochromatic Colors of #508C79
Black with #508C79
Text Example
Text Example
White with #508C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C79; }
p { color: rgb(80,140,121); }
H1.HeaderClassName
{
color: #508C79;
}
.AnyTagClassName
{
color: #508C79;
}
</style>
background-color css
<style>
a { background-color: #508C79; }
a { background-color: rgb(80,140,121); }
div.DivClassName
{
background-color: #508C79;
}
.BgClassName
{
background-color: #508C79;
}
</style>
border-color css
<style>
span { border-color: #508C79; }
span { border-color: rgb(80,140,121); }
td.TdClassName
{
border-color: #508C79;
}
.TagClassName
{
border-color: #508C79;
}
</style>