Shades of Fiord #505F68
Tints of Fiord #505F68
RGB
CMYK
RGB Variations
Color information
#505F68 (or 0x505F68) is known color: Fiord. HEX triplet: 50, 5F and 68. RGB value is (80,95,104). Sum of RGB (Red+Green+Blue) = 80+95+104=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #505F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F68 is #AFA097. Grayscale: #5B5B5B. Windows color (decimal): -11509912 or 6840144. OLE color: 6840144.
HSL color Cylindrical-coordinate representation of color #505F68: hue angle of 202.5º 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 #505F68 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 95 | 104 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.59 |
| HSL | 202.5º | 0.13% | 0.36% | - |
| HSV(B) | 202.5º | 0.23% | 0.41% | - |
| XYZ | 9.9 | 10.89 | 14.68 | - |
| YUV | 91.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 104 | 0.23 | 0.09 | 0 | 0.59 | 202.5 | 0.13 | 0.36 |
| Hex | 50 | 5F | 68 | 17 | 9 | 0 | 3B | CA | D | 24 |
| Octal | 120 | 137 | 150 | 27 | 11 | 0 | 73 | 312 | 15 | 44 |
| Binary | 1010000 | 1011111 | 1101000 | 10111 | 1001 | 0 | 111011 | 11001010 | 1101 | 100100 |
Color Harmonies of #505F68
Complementary color
Monochromatic Colors of #505F68
Black with #505F68
Text Example
Text Example
White with #505F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505F68; }
p { color: rgb(80,95,104); }
H1.HeaderClassName
{
color: #505F68;
}
.AnyTagClassName
{
color: #505F68;
}
</style>
background-color css
<style>
a { background-color: #505F68; }
a { background-color: rgb(80,95,104); }
div.DivClassName
{
background-color: #505F68;
}
.BgClassName
{
background-color: #505F68;
}
</style>
border-color css
<style>
span { border-color: #505F68; }
span { border-color: rgb(80,95,104); }
td.TdClassName
{
border-color: #505F68;
}
.TagClassName
{
border-color: #505F68;
}
</style>