Shades of Fiord #505E68
Tints of Fiord #505E68
RGB
CMYK
RGB Variations
Color information
#505E68 (or 0x505E68) is known color: Fiord. HEX triplet: 50, 5E and 68. RGB value is (80,94,104). Sum of RGB (Red+Green+Blue) = 80+94+104=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #505E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E68 is #AFA197. Grayscale: #5A5A5A. Windows color (decimal): -11510168 or 6839888. OLE color: 6839888.
HSL color Cylindrical-coordinate representation of color #505E68: hue angle of 205º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505E68 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 94 | 104 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.59 |
| HSL | 205º | 0.13% | 0.36% | - |
| HSV(B) | 205º | 0.23% | 0.41% | - |
| XYZ | 9.81 | 10.71 | 14.65 | - |
| YUV | 90.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 104 | 0.23 | 0.10 | 0 | 0.59 | 205 | 0.13 | 0.36 |
| Hex | 50 | 5E | 68 | 17 | A | 0 | 3B | CD | D | 24 |
| Octal | 120 | 136 | 150 | 27 | 12 | 0 | 73 | 315 | 15 | 44 |
| Binary | 1010000 | 1011110 | 1101000 | 10111 | 1010 | 0 | 111011 | 11001101 | 1101 | 100100 |
Color Harmonies of #505E68
Complementary color
Monochromatic Colors of #505E68
Black with #505E68
Text Example
Text Example
White with #505E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E68; }
p { color: rgb(80,94,104); }
H1.HeaderClassName
{
color: #505E68;
}
.AnyTagClassName
{
color: #505E68;
}
</style>
background-color css
<style>
a { background-color: #505E68; }
a { background-color: rgb(80,94,104); }
div.DivClassName
{
background-color: #505E68;
}
.BgClassName
{
background-color: #505E68;
}
</style>
border-color css
<style>
span { border-color: #505E68; }
span { border-color: rgb(80,94,104); }
td.TdClassName
{
border-color: #505E68;
}
.TagClassName
{
border-color: #505E68;
}
</style>