Shades of Cutty Sark #508A6C
Tints of Cutty Sark #508A6C
RGB
CMYK
RGB Variations
Color information
#508A6C (or 0x508A6C) is known color: Cutty Sark. HEX triplet: 50, 8A and 6C. RGB value is (80,138,108). Sum of RGB (Red+Green+Blue) = 80+138+108=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #508A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A6C is #AF7593. Grayscale: #757575. Windows color (decimal): -11498900 or 7113296. OLE color: 7113296.
HSL color Cylindrical-coordinate representation of color #508A6C: hue angle of 148.97º 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 #508A6C is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 108 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.46 |
| HSL | 148.97º | 0.27% | 0.43% | - |
| HSV(B) | 148.97º | 0.42% | 0.54% | - |
| XYZ | 15.1 | 20.97 | 17.44 | - |
| YUV | 117.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 108 | 0.42 | 0 | 0.22 | 0.46 | 148.97 | 0.27 | 0.43 |
| Hex | 50 | 8A | 6C | 2A | 0 | 16 | 2E | 95 | 1B | 2B |
| Octal | 120 | 212 | 154 | 52 | 0 | 26 | 56 | 225 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1101100 | 101010 | 0 | 10110 | 101110 | 10010101 | 11011 | 101011 |
Color Harmonies of #508A6C
Complementary color
Monochromatic Colors of #508A6C
Black with #508A6C
Text Example
Text Example
White with #508A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A6C; }
p { color: rgb(80,138,108); }
H1.HeaderClassName
{
color: #508A6C;
}
.AnyTagClassName
{
color: #508A6C;
}
</style>
background-color css
<style>
a { background-color: #508A6C; }
a { background-color: rgb(80,138,108); }
div.DivClassName
{
background-color: #508A6C;
}
.BgClassName
{
background-color: #508A6C;
}
</style>
border-color css
<style>
span { border-color: #508A6C; }
span { border-color: rgb(80,138,108); }
td.TdClassName
{
border-color: #508A6C;
}
.TagClassName
{
border-color: #508A6C;
}
</style>