Shades of Fiord #50606D
Tints of Fiord #50606D
RGB
CMYK
RGB Variations
Color information
#50606D (or 0x50606D) is known color: Fiord. HEX triplet: 50, 60 and 6D. RGB value is (80,96,109). Sum of RGB (Red+Green+Blue) = 80+96+109=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #50606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50606D is #AF9F92. Grayscale: #5C5C5C. Windows color (decimal): -11509651 or 7168080. OLE color: 7168080.
HSL color Cylindrical-coordinate representation of color #50606D: hue angle of 206.9º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50606D is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 96 | 109 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.57 |
| HSL | 206.9º | 0.15% | 0.37% | - |
| HSV(B) | 206.9º | 0.27% | 0.43% | - |
| XYZ | 10.25 | 11.18 | 16.08 | - |
| YUV | 92.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 109 | 0.27 | 0.12 | 0 | 0.57 | 206.9 | 0.15 | 0.37 |
| Hex | 50 | 60 | 6D | 1B | C | 0 | 39 | CF | F | 25 |
| Octal | 120 | 140 | 155 | 33 | 14 | 0 | 71 | 317 | 17 | 45 |
| Binary | 1010000 | 1100000 | 1101101 | 11011 | 1100 | 0 | 111001 | 11001111 | 1111 | 100101 |
Color Harmonies of #50606D
Complementary color
Monochromatic Colors of #50606D
Black with #50606D
Text Example
Text Example
White with #50606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50606D; }
p { color: rgb(80,96,109); }
H1.HeaderClassName
{
color: #50606D;
}
.AnyTagClassName
{
color: #50606D;
}
</style>
background-color css
<style>
a { background-color: #50606D; }
a { background-color: rgb(80,96,109); }
div.DivClassName
{
background-color: #50606D;
}
.BgClassName
{
background-color: #50606D;
}
</style>
border-color css
<style>
span { border-color: #50606D; }
span { border-color: rgb(80,96,109); }
td.TdClassName
{
border-color: #50606D;
}
.TagClassName
{
border-color: #50606D;
}
</style>