Shades of Fiord #505E6B
Tints of Fiord #505E6B
RGB
CMYK
RGB Variations
Color information
#505E6B (or 0x505E6B) is known color: Fiord. HEX triplet: 50, 5E and 6B. RGB value is (80,94,107). Sum of RGB (Red+Green+Blue) = 80+94+107=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #505E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E6B is #AFA194. Grayscale: #5B5B5B. Windows color (decimal): -11510165 or 7036496. OLE color: 7036496.
HSL color Cylindrical-coordinate representation of color #505E6B: hue angle of 208.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505E6B is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 94 | 107 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.58 |
| HSL | 208.89º | 0.14% | 0.37% | - |
| HSV(B) | 208.89º | 0.25% | 0.42% | - |
| XYZ | 9.96 | 10.77 | 15.46 | - |
| YUV | 91.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 107 | 0.25 | 0.12 | 0 | 0.58 | 208.89 | 0.14 | 0.37 |
| Hex | 50 | 5E | 6B | 19 | C | 0 | 3A | D1 | E | 25 |
| Octal | 120 | 136 | 153 | 31 | 14 | 0 | 72 | 321 | 16 | 45 |
| Binary | 1010000 | 1011110 | 1101011 | 11001 | 1100 | 0 | 111010 | 11010001 | 1110 | 100101 |
Color Harmonies of #505E6B
Complementary color
Monochromatic Colors of #505E6B
Black with #505E6B
Text Example
Text Example
White with #505E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E6B; }
p { color: rgb(80,94,107); }
H1.HeaderClassName
{
color: #505E6B;
}
.AnyTagClassName
{
color: #505E6B;
}
</style>
background-color css
<style>
a { background-color: #505E6B; }
a { background-color: rgb(80,94,107); }
div.DivClassName
{
background-color: #505E6B;
}
.BgClassName
{
background-color: #505E6B;
}
</style>
border-color css
<style>
span { border-color: #505E6B; }
span { border-color: rgb(80,94,107); }
td.TdClassName
{
border-color: #505E6B;
}
.TagClassName
{
border-color: #505E6B;
}
</style>