Shades of Fiord #50626B
Tints of Fiord #50626B
RGB
CMYK
RGB Variations
Color information
#50626B (or 0x50626B) is known color: Fiord. HEX triplet: 50, 62 and 6B. RGB value is (80,98,107). Sum of RGB (Red+Green+Blue) = 80+98+107=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #50626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50626B is #AF9D94. Grayscale: #5D5D5D. Windows color (decimal): -11509141 or 7037520. OLE color: 7037520.
HSL color Cylindrical-coordinate representation of color #50626B: hue angle of 200º 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 #50626B is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 98 | 107 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.58 |
| HSL | 200º | 0.14% | 0.37% | - |
| HSV(B) | 200º | 0.25% | 0.42% | - |
| XYZ | 10.33 | 11.5 | 15.59 | - |
| YUV | 93.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 107 | 0.25 | 0.08 | 0 | 0.58 | 200 | 0.14 | 0.37 |
| Hex | 50 | 62 | 6B | 19 | 8 | 0 | 3A | C8 | E | 25 |
| Octal | 120 | 142 | 153 | 31 | 10 | 0 | 72 | 310 | 16 | 45 |
| Binary | 1010000 | 1100010 | 1101011 | 11001 | 1000 | 0 | 111010 | 11001000 | 1110 | 100101 |
Color Harmonies of #50626B
Complementary color
Monochromatic Colors of #50626B
Black with #50626B
Text Example
Text Example
White with #50626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50626B; }
p { color: rgb(80,98,107); }
H1.HeaderClassName
{
color: #50626B;
}
.AnyTagClassName
{
color: #50626B;
}
</style>
background-color css
<style>
a { background-color: #50626B; }
a { background-color: rgb(80,98,107); }
div.DivClassName
{
background-color: #50626B;
}
.BgClassName
{
background-color: #50626B;
}
</style>
border-color css
<style>
span { border-color: #50626B; }
span { border-color: rgb(80,98,107); }
td.TdClassName
{
border-color: #50626B;
}
.TagClassName
{
border-color: #50626B;
}
</style>