Shades of Fiord #50575C
Tints of Fiord #50575C
RGB
CMYK
RGB Variations
Color information
#50575C (or 0x50575C) is known color: Fiord. HEX triplet: 50, 57 and 5C. RGB value is (80,87,92). Sum of RGB (Red+Green+Blue) = 80+87+92=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #50575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50575C is #AFA8A3. Grayscale: #555555. Windows color (decimal): -11511972 or 6051664. OLE color: 6051664.
HSL color Cylindrical-coordinate representation of color #50575C: hue angle of 205º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #50575C is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 87 | 92 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.64 |
| HSL | 205º | 0.07% | 0.34% | - |
| HSV(B) | 205º | 0.13% | 0.36% | - |
| XYZ | 8.65 | 9.29 | 11.46 | - |
| YUV | 85.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 92 | 0.13 | 0.05 | 0 | 0.64 | 205 | 0.07 | 0.34 |
| Hex | 50 | 57 | 5C | D | 5 | 0 | 40 | CD | 7 | 22 |
| Octal | 120 | 127 | 134 | 15 | 5 | 0 | 100 | 315 | 7 | 42 |
| Binary | 1010000 | 1010111 | 1011100 | 1101 | 101 | 0 | 1000000 | 11001101 | 111 | 100010 |
Color Harmonies of #50575C
Complementary color
Monochromatic Colors of #50575C
Black with #50575C
Text Example
Text Example
White with #50575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50575C; }
p { color: rgb(80,87,92); }
H1.HeaderClassName
{
color: #50575C;
}
.AnyTagClassName
{
color: #50575C;
}
</style>
background-color css
<style>
a { background-color: #50575C; }
a { background-color: rgb(80,87,92); }
div.DivClassName
{
background-color: #50575C;
}
.BgClassName
{
background-color: #50575C;
}
</style>
border-color css
<style>
span { border-color: #50575C; }
span { border-color: rgb(80,87,92); }
td.TdClassName
{
border-color: #50575C;
}
.TagClassName
{
border-color: #50575C;
}
</style>