Shades of Fiord #505D65
Tints of Fiord #505D65
RGB
CMYK
RGB Variations
Color information
#505D65 (or 0x505D65) is known color: Fiord. HEX triplet: 50, 5D and 65. RGB value is (80,93,101). Sum of RGB (Red+Green+Blue) = 80+93+101=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #505D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D65 is #AFA29A. Grayscale: #595959. Windows color (decimal): -11510427 or 6643024. OLE color: 6643024.
HSL color Cylindrical-coordinate representation of color #505D65: hue angle of 202.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #505D65 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 93 | 101 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.60 |
| HSL | 202.86º | 0.12% | 0.35% | - |
| HSV(B) | 202.86º | 0.21% | 0.4% | - |
| XYZ | 9.57 | 10.47 | 13.83 | - |
| YUV | 90.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 101 | 0.21 | 0.08 | 0 | 0.60 | 202.86 | 0.12 | 0.35 |
| Hex | 50 | 5D | 65 | 15 | 8 | 0 | 3C | CB | C | 23 |
| Octal | 120 | 135 | 145 | 25 | 10 | 0 | 74 | 313 | 14 | 43 |
| Binary | 1010000 | 1011101 | 1100101 | 10101 | 1000 | 0 | 111100 | 11001011 | 1100 | 100011 |
Color Harmonies of #505D65
Complementary color
Monochromatic Colors of #505D65
Black with #505D65
Text Example
Text Example
White with #505D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D65; }
p { color: rgb(80,93,101); }
H1.HeaderClassName
{
color: #505D65;
}
.AnyTagClassName
{
color: #505D65;
}
</style>
background-color css
<style>
a { background-color: #505D65; }
a { background-color: rgb(80,93,101); }
div.DivClassName
{
background-color: #505D65;
}
.BgClassName
{
background-color: #505D65;
}
</style>
border-color css
<style>
span { border-color: #505D65; }
span { border-color: rgb(80,93,101); }
td.TdClassName
{
border-color: #505D65;
}
.TagClassName
{
border-color: #505D65;
}
</style>