Shades of Fiord #50616A
Tints of Fiord #50616A
RGB
CMYK
RGB Variations
Color information
#50616A (or 0x50616A) is known color: Fiord. HEX triplet: 50, 61 and 6A. RGB value is (80,97,106). Sum of RGB (Red+Green+Blue) = 80+97+106=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #50616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50616A is #AF9E95. Grayscale: #5C5C5C. Windows color (decimal): -11509398 or 6971728. OLE color: 6971728.
HSL color Cylindrical-coordinate representation of color #50616A: hue angle of 200.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50616A is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 97 | 106 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.58 |
| HSL | 200.77º | 0.14% | 0.36% | - |
| HSV(B) | 200.77º | 0.25% | 0.42% | - |
| XYZ | 10.18 | 11.3 | 15.28 | - |
| YUV | 92.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 106 | 0.25 | 0.08 | 0 | 0.58 | 200.77 | 0.14 | 0.36 |
| Hex | 50 | 61 | 6A | 19 | 8 | 0 | 3A | C9 | E | 24 |
| Octal | 120 | 141 | 152 | 31 | 10 | 0 | 72 | 311 | 16 | 44 |
| Binary | 1010000 | 1100001 | 1101010 | 11001 | 1000 | 0 | 111010 | 11001001 | 1110 | 100100 |
Color Harmonies of #50616A
Complementary color
Monochromatic Colors of #50616A
Black with #50616A
Text Example
Text Example
White with #50616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50616A; }
p { color: rgb(80,97,106); }
H1.HeaderClassName
{
color: #50616A;
}
.AnyTagClassName
{
color: #50616A;
}
</style>
background-color css
<style>
a { background-color: #50616A; }
a { background-color: rgb(80,97,106); }
div.DivClassName
{
background-color: #50616A;
}
.BgClassName
{
background-color: #50616A;
}
</style>
border-color css
<style>
span { border-color: #50616A; }
span { border-color: rgb(80,97,106); }
td.TdClassName
{
border-color: #50616A;
}
.TagClassName
{
border-color: #50616A;
}
</style>