Shades of Fiord #50616F
Tints of Fiord #50616F
RGB
CMYK
RGB Variations
Color information
#50616F (or 0x50616F) is known color: Fiord. HEX triplet: 50, 61 and 6F. RGB value is (80,97,111). Sum of RGB (Red+Green+Blue) = 80+97+111=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 111 - color contains mainly: blue. Hex color #50616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50616F is #AF9E90. Grayscale: #5D5D5D. Windows color (decimal): -11509393 or 7299408. OLE color: 7299408.
HSL color Cylindrical-coordinate representation of color #50616F: hue angle of 207.1º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50616F is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 97 | 111 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.56 |
| HSL | 207.1º | 0.16% | 0.37% | - |
| HSV(B) | 207.1º | 0.28% | 0.44% | - |
| XYZ | 10.45 | 11.4 | 16.69 | - |
| YUV | 93.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 111 | 0.28 | 0.13 | 0 | 0.56 | 207.1 | 0.16 | 0.37 |
| Hex | 50 | 61 | 6F | 1C | D | 0 | 38 | CF | 10 | 25 |
| Octal | 120 | 141 | 157 | 34 | 15 | 0 | 70 | 317 | 20 | 45 |
| Binary | 1010000 | 1100001 | 1101111 | 11100 | 1101 | 0 | 111000 | 11001111 | 10000 | 100101 |
Color Harmonies of #50616F
Complementary color
Monochromatic Colors of #50616F
Black with #50616F
Text Example
Text Example
White with #50616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50616F; }
p { color: rgb(80,97,111); }
H1.HeaderClassName
{
color: #50616F;
}
.AnyTagClassName
{
color: #50616F;
}
</style>
background-color css
<style>
a { background-color: #50616F; }
a { background-color: rgb(80,97,111); }
div.DivClassName
{
background-color: #50616F;
}
.BgClassName
{
background-color: #50616F;
}
</style>
border-color css
<style>
span { border-color: #50616F; }
span { border-color: rgb(80,97,111); }
td.TdClassName
{
border-color: #50616F;
}
.TagClassName
{
border-color: #50616F;
}
</style>