Shades of Cutty Sark #508173
Tints of Cutty Sark #508173
RGB
CMYK
RGB Variations
Color information
#508173 (or 0x508173) is known color: Cutty Sark. HEX triplet: 50, 81 and 73. RGB value is (80,129,115). Sum of RGB (Red+Green+Blue) = 80+129+115=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #508173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508173 is #AF7E8C. Grayscale: #707070. Windows color (decimal): -11501197 or 7569744. OLE color: 7569744.
HSL color Cylindrical-coordinate representation of color #508173: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508173 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 115 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.49 |
| HSL | 162.86º | 0.23% | 0.41% | - |
| HSV(B) | 162.86º | 0.38% | 0.51% | - |
| XYZ | 14.25 | 18.64 | 19.07 | - |
| YUV | 112.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 115 | 0.38 | 0 | 0.11 | 0.49 | 162.86 | 0.23 | 0.41 |
| Hex | 50 | 81 | 73 | 26 | 0 | B | 31 | A3 | 17 | 29 |
| Octal | 120 | 201 | 163 | 46 | 0 | 13 | 61 | 243 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1110011 | 100110 | 0 | 1011 | 110001 | 10100011 | 10111 | 101001 |
Color Harmonies of #508173
Complementary color
Monochromatic Colors of #508173
Black with #508173
Text Example
Text Example
White with #508173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508173; }
p { color: rgb(80,129,115); }
H1.HeaderClassName
{
color: #508173;
}
.AnyTagClassName
{
color: #508173;
}
</style>
background-color css
<style>
a { background-color: #508173; }
a { background-color: rgb(80,129,115); }
div.DivClassName
{
background-color: #508173;
}
.BgClassName
{
background-color: #508173;
}
</style>
border-color css
<style>
span { border-color: #508173; }
span { border-color: rgb(80,129,115); }
td.TdClassName
{
border-color: #508173;
}
.TagClassName
{
border-color: #508173;
}
</style>