Shades of Cutty Sark #507A6B
Tints of Cutty Sark #507A6B
RGB
CMYK
RGB Variations
Color information
#507A6B (or 0x507A6B) is known color: Cutty Sark. HEX triplet: 50, 7A and 6B. RGB value is (80,122,107). Sum of RGB (Red+Green+Blue) = 80+122+107=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #507A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A6B is #AF8594. Grayscale: #6B6B6B. Windows color (decimal): -11502997 or 7043664. OLE color: 7043664.
HSL color Cylindrical-coordinate representation of color #507A6B: hue angle of 158.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #507A6B is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 122 | 107 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.52 |
| HSL | 158.57º | 0.21% | 0.4% | - |
| HSV(B) | 158.57º | 0.34% | 0.48% | - |
| XYZ | 12.92 | 16.69 | 16.45 | - |
| YUV | 107.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 107 | 0.34 | 0 | 0.12 | 0.52 | 158.57 | 0.21 | 0.4 |
| Hex | 50 | 7A | 6B | 22 | 0 | C | 34 | 9F | 15 | 28 |
| Octal | 120 | 172 | 153 | 42 | 0 | 14 | 64 | 237 | 25 | 50 |
| Binary | 1010000 | 1111010 | 1101011 | 100010 | 0 | 1100 | 110100 | 10011111 | 10101 | 101000 |
Color Harmonies of #507A6B
Complementary color
Monochromatic Colors of #507A6B
Black with #507A6B
Text Example
Text Example
White with #507A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A6B; }
p { color: rgb(80,122,107); }
H1.HeaderClassName
{
color: #507A6B;
}
.AnyTagClassName
{
color: #507A6B;
}
</style>
background-color css
<style>
a { background-color: #507A6B; }
a { background-color: rgb(80,122,107); }
div.DivClassName
{
background-color: #507A6B;
}
.BgClassName
{
background-color: #507A6B;
}
</style>
border-color css
<style>
span { border-color: #507A6B; }
span { border-color: rgb(80,122,107); }
td.TdClassName
{
border-color: #507A6B;
}
.TagClassName
{
border-color: #507A6B;
}
</style>