Shades of Cutty Sark #508C6B
Tints of Cutty Sark #508C6B
RGB
CMYK
RGB Variations
Color information
#508C6B (or 0x508C6B) is known color: Cutty Sark. HEX triplet: 50, 8C and 6B. RGB value is (80,140,107). Sum of RGB (Red+Green+Blue) = 80+140+107=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #508C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508C6B is #AF7394. Grayscale: #767676. Windows color (decimal): -11498389 or 7048272. OLE color: 7048272.
HSL color Cylindrical-coordinate representation of color #508C6B: hue angle of 147º 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 #508C6B is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 107 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.45 |
| HSL | 147º | 0.27% | 0.43% | - |
| HSV(B) | 147º | 0.43% | 0.55% | - |
| XYZ | 15.34 | 21.52 | 17.26 | - |
| YUV | 118.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 107 | 0.43 | 0 | 0.24 | 0.45 | 147 | 0.27 | 0.43 |
| Hex | 50 | 8C | 6B | 2B | 0 | 18 | 2D | 93 | 1B | 2B |
| Octal | 120 | 214 | 153 | 53 | 0 | 30 | 55 | 223 | 33 | 53 |
| Binary | 1010000 | 10001100 | 1101011 | 101011 | 0 | 11000 | 101101 | 10010011 | 11011 | 101011 |
Color Harmonies of #508C6B
Complementary color
Monochromatic Colors of #508C6B
Black with #508C6B
Text Example
Text Example
White with #508C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C6B; }
p { color: rgb(80,140,107); }
H1.HeaderClassName
{
color: #508C6B;
}
.AnyTagClassName
{
color: #508C6B;
}
</style>
background-color css
<style>
a { background-color: #508C6B; }
a { background-color: rgb(80,140,107); }
div.DivClassName
{
background-color: #508C6B;
}
.BgClassName
{
background-color: #508C6B;
}
</style>
border-color css
<style>
span { border-color: #508C6B; }
span { border-color: rgb(80,140,107); }
td.TdClassName
{
border-color: #508C6B;
}
.TagClassName
{
border-color: #508C6B;
}
</style>