Shades of Fiord #505E65
Tints of Fiord #505E65
RGB
CMYK
RGB Variations
Color information
#505E65 (or 0x505E65) is known color: Fiord. HEX triplet: 50, 5E and 65. RGB value is (80,94,101). Sum of RGB (Red+Green+Blue) = 80+94+101=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: blue. Hex color #505E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E65 is #AFA19A. Grayscale: #5A5A5A. Windows color (decimal): -11510171 or 6643280. OLE color: 6643280.
HSL color Cylindrical-coordinate representation of color #505E65: hue angle of 200º 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 #505E65 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 94 | 101 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.60 |
| HSL | 200º | 0.12% | 0.35% | - |
| HSV(B) | 200º | 0.21% | 0.4% | - |
| XYZ | 9.66 | 10.65 | 13.86 | - |
| YUV | 90.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 101 | 0.21 | 0.07 | 0 | 0.60 | 200 | 0.12 | 0.35 |
| Hex | 50 | 5E | 65 | 15 | 7 | 0 | 3C | C8 | C | 23 |
| Octal | 120 | 136 | 145 | 25 | 7 | 0 | 74 | 310 | 14 | 43 |
| Binary | 1010000 | 1011110 | 1100101 | 10101 | 111 | 0 | 111100 | 11001000 | 1100 | 100011 |
Color Harmonies of #505E65
Complementary color
Monochromatic Colors of #505E65
Black with #505E65
Text Example
Text Example
White with #505E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E65; }
p { color: rgb(80,94,101); }
H1.HeaderClassName
{
color: #505E65;
}
.AnyTagClassName
{
color: #505E65;
}
</style>
background-color css
<style>
a { background-color: #505E65; }
a { background-color: rgb(80,94,101); }
div.DivClassName
{
background-color: #505E65;
}
.BgClassName
{
background-color: #505E65;
}
</style>
border-color css
<style>
span { border-color: #505E65; }
span { border-color: rgb(80,94,101); }
td.TdClassName
{
border-color: #505E65;
}
.TagClassName
{
border-color: #505E65;
}
</style>