Shades of Fiord #50606B
Tints of Fiord #50606B
RGB
CMYK
RGB Variations
Color information
#50606B (or 0x50606B) is known color: Fiord. HEX triplet: 50, 60 and 6B. RGB value is (80,96,107). Sum of RGB (Red+Green+Blue) = 80+96+107=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #50606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50606B is #AF9F94. Grayscale: #5C5C5C. Windows color (decimal): -11509653 or 7037008. OLE color: 7037008.
HSL color Cylindrical-coordinate representation of color #50606B: hue angle of 204.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50606B is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 96 | 107 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.58 |
| HSL | 204.44º | 0.14% | 0.37% | - |
| HSV(B) | 204.44º | 0.25% | 0.42% | - |
| XYZ | 10.14 | 11.13 | 15.52 | - |
| YUV | 92.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 107 | 0.25 | 0.10 | 0 | 0.58 | 204.44 | 0.14 | 0.37 |
| Hex | 50 | 60 | 6B | 19 | A | 0 | 3A | CC | E | 25 |
| Octal | 120 | 140 | 153 | 31 | 12 | 0 | 72 | 314 | 16 | 45 |
| Binary | 1010000 | 1100000 | 1101011 | 11001 | 1010 | 0 | 111010 | 11001100 | 1110 | 100101 |
Color Harmonies of #50606B
Complementary color
Monochromatic Colors of #50606B
Black with #50606B
Text Example
Text Example
White with #50606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50606B; }
p { color: rgb(80,96,107); }
H1.HeaderClassName
{
color: #50606B;
}
.AnyTagClassName
{
color: #50606B;
}
</style>
background-color css
<style>
a { background-color: #50606B; }
a { background-color: rgb(80,96,107); }
div.DivClassName
{
background-color: #50606B;
}
.BgClassName
{
background-color: #50606B;
}
</style>
border-color css
<style>
span { border-color: #50606B; }
span { border-color: rgb(80,96,107); }
td.TdClassName
{
border-color: #50606B;
}
.TagClassName
{
border-color: #50606B;
}
</style>