Shades of Cutty Sark #508C70
Tints of Cutty Sark #508C70
RGB
CMYK
RGB Variations
Color information
#508C70 (or 0x508C70) is known color: Cutty Sark. HEX triplet: 50, 8C and 70. RGB value is (80,140,112). Sum of RGB (Red+Green+Blue) = 80+140+112=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #508C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508C70 is #AF738F. Grayscale: #767676. Windows color (decimal): -11498384 or 7375952. OLE color: 7375952.
HSL color Cylindrical-coordinate representation of color #508C70: hue angle of 152º 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 #508C70 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 112 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.45 |
| HSL | 152º | 0.27% | 0.43% | - |
| HSV(B) | 152º | 0.43% | 0.55% | - |
| XYZ | 15.61 | 21.63 | 18.68 | - |
| YUV | 118.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 112 | 0.43 | 0 | 0.20 | 0.45 | 152 | 0.27 | 0.43 |
| Hex | 50 | 8C | 70 | 2B | 0 | 14 | 2D | 98 | 1B | 2B |
| Octal | 120 | 214 | 160 | 53 | 0 | 24 | 55 | 230 | 33 | 53 |
| Binary | 1010000 | 10001100 | 1110000 | 101011 | 0 | 10100 | 101101 | 10011000 | 11011 | 101011 |
Color Harmonies of #508C70
Complementary color
Monochromatic Colors of #508C70
Black with #508C70
Text Example
Text Example
White with #508C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C70; }
p { color: rgb(80,140,112); }
H1.HeaderClassName
{
color: #508C70;
}
.AnyTagClassName
{
color: #508C70;
}
</style>
background-color css
<style>
a { background-color: #508C70; }
a { background-color: rgb(80,140,112); }
div.DivClassName
{
background-color: #508C70;
}
.BgClassName
{
background-color: #508C70;
}
</style>
border-color css
<style>
span { border-color: #508C70; }
span { border-color: rgb(80,140,112); }
td.TdClassName
{
border-color: #508C70;
}
.TagClassName
{
border-color: #508C70;
}
</style>