Shades of Fiord #505F6C
Tints of Fiord #505F6C
RGB
CMYK
RGB Variations
Color information
#505F6C (or 0x505F6C) is known color: Fiord. HEX triplet: 50, 5F and 6C. RGB value is (80,95,108). Sum of RGB (Red+Green+Blue) = 80+95+108=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #505F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F6C is #AFA093. Grayscale: #5B5B5B. Windows color (decimal): -11509908 or 7102288. OLE color: 7102288.
HSL color Cylindrical-coordinate representation of color #505F6C: hue angle of 207.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #505F6C is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 95 | 108 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.58 |
| HSL | 207.86º | 0.15% | 0.37% | - |
| HSV(B) | 207.86º | 0.26% | 0.42% | - |
| XYZ | 10.11 | 10.97 | 15.77 | - |
| YUV | 92 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 108 | 0.26 | 0.12 | 0 | 0.58 | 207.86 | 0.15 | 0.37 |
| Hex | 50 | 5F | 6C | 1A | C | 0 | 3A | D0 | F | 25 |
| Octal | 120 | 137 | 154 | 32 | 14 | 0 | 72 | 320 | 17 | 45 |
| Binary | 1010000 | 1011111 | 1101100 | 11010 | 1100 | 0 | 111010 | 11010000 | 1111 | 100101 |
Color Harmonies of #505F6C
Complementary color
Monochromatic Colors of #505F6C
Black with #505F6C
Text Example
Text Example
White with #505F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505F6C; }
p { color: rgb(80,95,108); }
H1.HeaderClassName
{
color: #505F6C;
}
.AnyTagClassName
{
color: #505F6C;
}
</style>
background-color css
<style>
a { background-color: #505F6C; }
a { background-color: rgb(80,95,108); }
div.DivClassName
{
background-color: #505F6C;
}
.BgClassName
{
background-color: #505F6C;
}
</style>
border-color css
<style>
span { border-color: #505F6C; }
span { border-color: rgb(80,95,108); }
td.TdClassName
{
border-color: #505F6C;
}
.TagClassName
{
border-color: #505F6C;
}
</style>