Shades of Fiord #50575B
Tints of Fiord #50575B
RGB
CMYK
RGB Variations
Color information
#50575B (or 0x50575B) is known color: Fiord. HEX triplet: 50, 57 and 5B. RGB value is (80,87,91). Sum of RGB (Red+Green+Blue) = 80+87+91=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 91 - color contains mainly: blue. Hex color #50575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50575B is #AFA8A4. Grayscale: #555555. Windows color (decimal): -11511973 or 5986128. OLE color: 5986128.
HSL color Cylindrical-coordinate representation of color #50575B: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50575B is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 87 | 91 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.64 |
| HSL | 201.82º | 0.06% | 0.34% | - |
| HSV(B) | 201.82º | 0.12% | 0.36% | - |
| XYZ | 8.6 | 9.28 | 11.23 | - |
| YUV | 85.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 91 | 0.12 | 0.04 | 0 | 0.64 | 201.82 | 0.06 | 0.34 |
| Hex | 50 | 57 | 5B | C | 4 | 0 | 40 | CA | 6 | 22 |
| Octal | 120 | 127 | 133 | 14 | 4 | 0 | 100 | 312 | 6 | 42 |
| Binary | 1010000 | 1010111 | 1011011 | 1100 | 100 | 0 | 1000000 | 11001010 | 110 | 100010 |
Color Harmonies of #50575B
Complementary color
Monochromatic Colors of #50575B
Black with #50575B
Text Example
Text Example
White with #50575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50575B; }
p { color: rgb(80,87,91); }
H1.HeaderClassName
{
color: #50575B;
}
.AnyTagClassName
{
color: #50575B;
}
</style>
background-color css
<style>
a { background-color: #50575B; }
a { background-color: rgb(80,87,91); }
div.DivClassName
{
background-color: #50575B;
}
.BgClassName
{
background-color: #50575B;
}
</style>
border-color css
<style>
span { border-color: #50575B; }
span { border-color: rgb(80,87,91); }
td.TdClassName
{
border-color: #50575B;
}
.TagClassName
{
border-color: #50575B;
}
</style>