Shades of Cutty Sark #508B70
Tints of Cutty Sark #508B70
RGB
CMYK
RGB Variations
Color information
#508B70 (or 0x508B70) is known color: Cutty Sark. HEX triplet: 50, 8B and 70. RGB value is (80,139,112). Sum of RGB (Red+Green+Blue) = 80+139+112=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #508B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B70 is #AF748F. Grayscale: #767676. Windows color (decimal): -11498640 or 7375696. OLE color: 7375696.
HSL color Cylindrical-coordinate representation of color #508B70: hue angle of 152.54º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B70 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 112 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.45 |
| HSL | 152.54º | 0.27% | 0.43% | - |
| HSV(B) | 152.54º | 0.42% | 0.55% | - |
| XYZ | 15.47 | 21.34 | 18.63 | - |
| YUV | 118.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 112 | 0.42 | 0 | 0.19 | 0.45 | 152.54 | 0.27 | 0.43 |
| Hex | 50 | 8B | 70 | 2A | 0 | 13 | 2D | 99 | 1B | 2B |
| Octal | 120 | 213 | 160 | 52 | 0 | 23 | 55 | 231 | 33 | 53 |
| Binary | 1010000 | 10001011 | 1110000 | 101010 | 0 | 10011 | 101101 | 10011001 | 11011 | 101011 |
Color Harmonies of #508B70
Complementary color
Monochromatic Colors of #508B70
Black with #508B70
Text Example
Text Example
White with #508B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B70; }
p { color: rgb(80,139,112); }
H1.HeaderClassName
{
color: #508B70;
}
.AnyTagClassName
{
color: #508B70;
}
</style>
background-color css
<style>
a { background-color: #508B70; }
a { background-color: rgb(80,139,112); }
div.DivClassName
{
background-color: #508B70;
}
.BgClassName
{
background-color: #508B70;
}
</style>
border-color css
<style>
span { border-color: #508B70; }
span { border-color: rgb(80,139,112); }
td.TdClassName
{
border-color: #508B70;
}
.TagClassName
{
border-color: #508B70;
}
</style>