Shades of Cutty Sark #508A78
Tints of Cutty Sark #508A78
RGB
CMYK
RGB Variations
Color information
#508A78 (or 0x508A78) is known color: Cutty Sark. HEX triplet: 50, 8A and 78. RGB value is (80,138,120). Sum of RGB (Red+Green+Blue) = 80+138+120=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #508A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A78 is #AF7587. Grayscale: #767676. Windows color (decimal): -11498888 or 7899728. OLE color: 7899728.
HSL color Cylindrical-coordinate representation of color #508A78: hue angle of 161.38º 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 #508A78 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 120 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.46 |
| HSL | 161.38º | 0.27% | 0.43% | - |
| HSV(B) | 161.38º | 0.42% | 0.54% | - |
| XYZ | 15.79 | 21.24 | 21.04 | - |
| YUV | 118.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 120 | 0.42 | 0 | 0.13 | 0.46 | 161.38 | 0.27 | 0.43 |
| Hex | 50 | 8A | 78 | 2A | 0 | D | 2E | A1 | 1B | 2B |
| Octal | 120 | 212 | 170 | 52 | 0 | 15 | 56 | 241 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1111000 | 101010 | 0 | 1101 | 101110 | 10100001 | 11011 | 101011 |
Color Harmonies of #508A78
Complementary color
Monochromatic Colors of #508A78
Black with #508A78
Text Example
Text Example
White with #508A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A78; }
p { color: rgb(80,138,120); }
H1.HeaderClassName
{
color: #508A78;
}
.AnyTagClassName
{
color: #508A78;
}
</style>
background-color css
<style>
a { background-color: #508A78; }
a { background-color: rgb(80,138,120); }
div.DivClassName
{
background-color: #508A78;
}
.BgClassName
{
background-color: #508A78;
}
</style>
border-color css
<style>
span { border-color: #508A78; }
span { border-color: rgb(80,138,120); }
td.TdClassName
{
border-color: #508A78;
}
.TagClassName
{
border-color: #508A78;
}
</style>