Shades of Cutty Sark #508778
Tints of Cutty Sark #508778
RGB
CMYK
RGB Variations
Color information
#508778 (or 0x508778) is known color: Cutty Sark. HEX triplet: 50, 87 and 78. RGB value is (80,135,120). Sum of RGB (Red+Green+Blue) = 80+135+120=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #508778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508778 is #AF7887. Grayscale: #747474. Windows color (decimal): -11499656 or 7898960. OLE color: 7898960.
HSL color Cylindrical-coordinate representation of color #508778: hue angle of 163.64º 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 #508778 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 120 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.47 |
| HSL | 163.64º | 0.26% | 0.42% | - |
| HSV(B) | 163.64º | 0.41% | 0.53% | - |
| XYZ | 15.36 | 20.39 | 20.9 | - |
| YUV | 116.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 120 | 0.41 | 0 | 0.11 | 0.47 | 163.64 | 0.26 | 0.42 |
| Hex | 50 | 87 | 78 | 29 | 0 | B | 2F | A4 | 1A | 2A |
| Octal | 120 | 207 | 170 | 51 | 0 | 13 | 57 | 244 | 32 | 52 |
| Binary | 1010000 | 10000111 | 1111000 | 101001 | 0 | 1011 | 101111 | 10100100 | 11010 | 101010 |
Color Harmonies of #508778
Complementary color
Monochromatic Colors of #508778
Black with #508778
Text Example
Text Example
White with #508778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508778; }
p { color: rgb(80,135,120); }
H1.HeaderClassName
{
color: #508778;
}
.AnyTagClassName
{
color: #508778;
}
</style>
background-color css
<style>
a { background-color: #508778; }
a { background-color: rgb(80,135,120); }
div.DivClassName
{
background-color: #508778;
}
.BgClassName
{
background-color: #508778;
}
</style>
border-color css
<style>
span { border-color: #508778; }
span { border-color: rgb(80,135,120); }
td.TdClassName
{
border-color: #508778;
}
.TagClassName
{
border-color: #508778;
}
</style>