Shades of Fiord #505D66
Tints of Fiord #505D66
RGB
CMYK
RGB Variations
Color information
#505D66 (or 0x505D66) is known color: Fiord. HEX triplet: 50, 5D and 66. RGB value is (80,93,102). Sum of RGB (Red+Green+Blue) = 80+93+102=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: blue. Hex color #505D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D66 is #AFA299. Grayscale: #5A5A5A. Windows color (decimal): -11510426 or 6708560. OLE color: 6708560.
HSL color Cylindrical-coordinate representation of color #505D66: hue angle of 204.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505D66 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 93 | 102 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.6 |
| HSL | 204.55º | 0.12% | 0.36% | - |
| HSV(B) | 204.55º | 0.22% | 0.4% | - |
| XYZ | 9.62 | 10.49 | 14.09 | - |
| YUV | 90.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 102 | 0.22 | 0.09 | 0 | 0.6 | 204.55 | 0.12 | 0.36 |
| Hex | 50 | 5D | 66 | 16 | 9 | 0 | 3C | CD | C | 24 |
| Octal | 120 | 135 | 146 | 26 | 11 | 0 | 74 | 315 | 14 | 44 |
| Binary | 1010000 | 1011101 | 1100110 | 10110 | 1001 | 0 | 111100 | 11001101 | 1100 | 100100 |
Color Harmonies of #505D66
Complementary color
Monochromatic Colors of #505D66
Black with #505D66
Text Example
Text Example
White with #505D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D66; }
p { color: rgb(80,93,102); }
H1.HeaderClassName
{
color: #505D66;
}
.AnyTagClassName
{
color: #505D66;
}
</style>
background-color css
<style>
a { background-color: #505D66; }
a { background-color: rgb(80,93,102); }
div.DivClassName
{
background-color: #505D66;
}
.BgClassName
{
background-color: #505D66;
}
</style>
border-color css
<style>
span { border-color: #505D66; }
span { border-color: rgb(80,93,102); }
td.TdClassName
{
border-color: #505D66;
}
.TagClassName
{
border-color: #505D66;
}
</style>