Shades of Fiord #505960
Tints of Fiord #505960
RGB
CMYK
RGB Variations
Color information
#505960 (or 0x505960) is known color: Fiord. HEX triplet: 50, 59 and 60. RGB value is (80,89,96). Sum of RGB (Red+Green+Blue) = 80+89+96=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #505960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505960 is #AFA69F. Grayscale: #575757. Windows color (decimal): -11511456 or 6314320. OLE color: 6314320.
HSL color Cylindrical-coordinate representation of color #505960: hue angle of 206.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #505960 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 89 | 96 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.62 |
| HSL | 206.25º | 0.09% | 0.35% | - |
| HSV(B) | 206.25º | 0.17% | 0.38% | - |
| XYZ | 8.99 | 9.69 | 12.46 | - |
| YUV | 87.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 96 | 0.17 | 0.07 | 0 | 0.62 | 206.25 | 0.09 | 0.35 |
| Hex | 50 | 59 | 60 | 11 | 7 | 0 | 3E | CE | 9 | 23 |
| Octal | 120 | 131 | 140 | 21 | 7 | 0 | 76 | 316 | 11 | 43 |
| Binary | 1010000 | 1011001 | 1100000 | 10001 | 111 | 0 | 111110 | 11001110 | 1001 | 100011 |
Color Harmonies of #505960
Complementary color
Monochromatic Colors of #505960
Black with #505960
Text Example
Text Example
White with #505960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505960; }
p { color: rgb(80,89,96); }
H1.HeaderClassName
{
color: #505960;
}
.AnyTagClassName
{
color: #505960;
}
</style>
background-color css
<style>
a { background-color: #505960; }
a { background-color: rgb(80,89,96); }
div.DivClassName
{
background-color: #505960;
}
.BgClassName
{
background-color: #505960;
}
</style>
border-color css
<style>
span { border-color: #505960; }
span { border-color: rgb(80,89,96); }
td.TdClassName
{
border-color: #505960;
}
.TagClassName
{
border-color: #505960;
}
</style>