Shades of Fiord #505B5E
Tints of Fiord #505B5E
RGB
CMYK
RGB Variations
Color information
#505B5E (or 0x505B5E) is known color: Fiord. HEX triplet: 50, 5B and 5E. RGB value is (80,91,94). Sum of RGB (Red+Green+Blue) = 80+91+94=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 94 - color contains mainly: blue. Hex color #505B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B5E is #AFA4A1. Grayscale: #585858. Windows color (decimal): -11510946 or 6183760. OLE color: 6183760.
HSL color Cylindrical-coordinate representation of color #505B5E: hue angle of 192.86º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505B5E is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 80 | 91 | 94 | - |
CMYK | 0.15 | 0.03 | 0 | 0.63 |
HSL | 192.86º | 0.08% | 0.34% | - |
HSV(B) | 192.86º | 0.15% | 0.37% | - |
XYZ | 9.07 | 10 | 12.04 | - |
YUV | 88.05 | 131.36 | 122.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 91 | 94 | 0.15 | 0.03 | 0 | 0.63 | 192.86 | 0.08 | 0.34 |
Hex | 50 | 5B | 5E | F | 3 | 0 | 3F | C1 | 8 | 22 |
Octal | 120 | 133 | 136 | 17 | 3 | 0 | 77 | 301 | 10 | 42 |
Binary | 1010000 | 1011011 | 1011110 | 1111 | 11 | 0 | 111111 | 11000001 | 1000 | 100010 |
Color Harmonies of #505B5E
Complementary color
Monochromatic Colors of #505B5E
Black with #505B5E
Text Example
Text Example
White with #505B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B5E; }
p { color: rgb(80,91,94); }
H1.HeaderClassName
{
color: #505B5E;
}
.AnyTagClassName
{
color: #505B5E;
}
</style>
background-color css
<style>
a { background-color: #505B5E; }
a { background-color: rgb(80,91,94); }
div.DivClassName
{
background-color: #505B5E;
}
.BgClassName
{
background-color: #505B5E;
}
</style>
border-color css
<style>
span { border-color: #505B5E; }
span { border-color: rgb(80,91,94); }
td.TdClassName
{
border-color: #505B5E;
}
.TagClassName
{
border-color: #505B5E;
}
</style>