Shades of Cutty Sark #508878
Tints of Cutty Sark #508878
RGB
CMYK
RGB Variations
Color information
#508878 (or 0x508878) is known color: Cutty Sark. HEX triplet: 50, 88 and 78. RGB value is (80,136,120). Sum of RGB (Red+Green+Blue) = 80+136+120=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #508878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508878 is #AF7787. Grayscale: #757575. Windows color (decimal): -11499400 or 7899216. OLE color: 7899216.
HSL color Cylindrical-coordinate representation of color #508878: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508878 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 120 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.47 |
| HSL | 162.86º | 0.26% | 0.42% | - |
| HSV(B) | 162.86º | 0.41% | 0.53% | - |
| XYZ | 15.5 | 20.67 | 20.94 | - |
| YUV | 117.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 120 | 0.41 | 0 | 0.12 | 0.47 | 162.86 | 0.26 | 0.42 |
| Hex | 50 | 88 | 78 | 29 | 0 | C | 2F | A3 | 1A | 2A |
| Octal | 120 | 210 | 170 | 51 | 0 | 14 | 57 | 243 | 32 | 52 |
| Binary | 1010000 | 10001000 | 1111000 | 101001 | 0 | 1100 | 101111 | 10100011 | 11010 | 101010 |
Color Harmonies of #508878
Complementary color
Monochromatic Colors of #508878
Black with #508878
Text Example
Text Example
White with #508878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508878; }
p { color: rgb(80,136,120); }
H1.HeaderClassName
{
color: #508878;
}
.AnyTagClassName
{
color: #508878;
}
</style>
background-color css
<style>
a { background-color: #508878; }
a { background-color: rgb(80,136,120); }
div.DivClassName
{
background-color: #508878;
}
.BgClassName
{
background-color: #508878;
}
</style>
border-color css
<style>
span { border-color: #508878; }
span { border-color: rgb(80,136,120); }
td.TdClassName
{
border-color: #508878;
}
.TagClassName
{
border-color: #508878;
}
</style>