Shades of Fiord #50585E
Tints of Fiord #50585E
RGB
CMYK
RGB Variations
Color information
#50585E (or 0x50585E) is known color: Fiord. HEX triplet: 50, 58 and 5E. RGB value is (80,88,94). Sum of RGB (Red+Green+Blue) = 80+88+94=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 94 - color contains mainly: blue. Hex color #50585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50585E is #AFA7A1. Grayscale: #565656. Windows color (decimal): -11511714 or 6182992. OLE color: 6182992.
HSL color Cylindrical-coordinate representation of color #50585E: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #50585E is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 88 | 94 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.63 |
| HSL | 205.71º | 0.08% | 0.34% | - |
| HSV(B) | 205.71º | 0.15% | 0.37% | - |
| XYZ | 8.82 | 9.49 | 11.96 | - |
| YUV | 86.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 94 | 0.15 | 0.06 | 0 | 0.63 | 205.71 | 0.08 | 0.34 |
| Hex | 50 | 58 | 5E | F | 6 | 0 | 3F | CE | 8 | 22 |
| Octal | 120 | 130 | 136 | 17 | 6 | 0 | 77 | 316 | 10 | 42 |
| Binary | 1010000 | 1011000 | 1011110 | 1111 | 110 | 0 | 111111 | 11001110 | 1000 | 100010 |
Color Harmonies of #50585E
Complementary color
Monochromatic Colors of #50585E
Black with #50585E
Text Example
Text Example
White with #50585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50585E; }
p { color: rgb(80,88,94); }
H1.HeaderClassName
{
color: #50585E;
}
.AnyTagClassName
{
color: #50585E;
}
</style>
background-color css
<style>
a { background-color: #50585E; }
a { background-color: rgb(80,88,94); }
div.DivClassName
{
background-color: #50585E;
}
.BgClassName
{
background-color: #50585E;
}
</style>
border-color css
<style>
span { border-color: #50585E; }
span { border-color: rgb(80,88,94); }
td.TdClassName
{
border-color: #50585E;
}
.TagClassName
{
border-color: #50585E;
}
</style>