Shades of Cutty Sark #507C68
Tints of Cutty Sark #507C68
RGB
CMYK
RGB Variations
Color information
#507C68 (or 0x507C68) is known color: Cutty Sark. HEX triplet: 50, 7C and 68. RGB value is (80,124,104). Sum of RGB (Red+Green+Blue) = 80+124+104=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #507C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C68 is #AF8397. Grayscale: #6C6C6C. Windows color (decimal): -11502488 or 6847568. OLE color: 6847568.
HSL color Cylindrical-coordinate representation of color #507C68: hue angle of 152.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C68 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 104 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.51 |
| HSL | 152.73º | 0.22% | 0.4% | - |
| HSV(B) | 152.73º | 0.35% | 0.49% | - |
| XYZ | 13.01 | 17.12 | 15.72 | - |
| YUV | 108.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 104 | 0.35 | 0 | 0.16 | 0.51 | 152.73 | 0.22 | 0.4 |
| Hex | 50 | 7C | 68 | 23 | 0 | 10 | 33 | 99 | 16 | 28 |
| Octal | 120 | 174 | 150 | 43 | 0 | 20 | 63 | 231 | 26 | 50 |
| Binary | 1010000 | 1111100 | 1101000 | 100011 | 0 | 10000 | 110011 | 10011001 | 10110 | 101000 |
Color Harmonies of #507C68
Complementary color
Monochromatic Colors of #507C68
Black with #507C68
Text Example
Text Example
White with #507C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C68; }
p { color: rgb(80,124,104); }
H1.HeaderClassName
{
color: #507C68;
}
.AnyTagClassName
{
color: #507C68;
}
</style>
background-color css
<style>
a { background-color: #507C68; }
a { background-color: rgb(80,124,104); }
div.DivClassName
{
background-color: #507C68;
}
.BgClassName
{
background-color: #507C68;
}
</style>
border-color css
<style>
span { border-color: #507C68; }
span { border-color: rgb(80,124,104); }
td.TdClassName
{
border-color: #507C68;
}
.TagClassName
{
border-color: #507C68;
}
</style>