Shades of Fiord #505E6A
Tints of Fiord #505E6A
RGB
CMYK
RGB Variations
Color information
#505E6A (or 0x505E6A) is known color: Fiord. HEX triplet: 50, 5E and 6A. RGB value is (80,94,106). Sum of RGB (Red+Green+Blue) = 80+94+106=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 106 - color contains mainly: blue. Hex color #505E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E6A is #AFA195. Grayscale: #5B5B5B. Windows color (decimal): -11510166 or 6970960. OLE color: 6970960.
HSL color Cylindrical-coordinate representation of color #505E6A: hue angle of 207.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505E6A is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 94 | 106 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.58 |
| HSL | 207.69º | 0.14% | 0.36% | - |
| HSV(B) | 207.69º | 0.25% | 0.42% | - |
| XYZ | 9.91 | 10.75 | 15.19 | - |
| YUV | 91.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 106 | 0.25 | 0.11 | 0 | 0.58 | 207.69 | 0.14 | 0.36 |
| Hex | 50 | 5E | 6A | 19 | B | 0 | 3A | D0 | E | 24 |
| Octal | 120 | 136 | 152 | 31 | 13 | 0 | 72 | 320 | 16 | 44 |
| Binary | 1010000 | 1011110 | 1101010 | 11001 | 1011 | 0 | 111010 | 11010000 | 1110 | 100100 |
Color Harmonies of #505E6A
Complementary color
Monochromatic Colors of #505E6A
Black with #505E6A
Text Example
Text Example
White with #505E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E6A; }
p { color: rgb(80,94,106); }
H1.HeaderClassName
{
color: #505E6A;
}
.AnyTagClassName
{
color: #505E6A;
}
</style>
background-color css
<style>
a { background-color: #505E6A; }
a { background-color: rgb(80,94,106); }
div.DivClassName
{
background-color: #505E6A;
}
.BgClassName
{
background-color: #505E6A;
}
</style>
border-color css
<style>
span { border-color: #505E6A; }
span { border-color: rgb(80,94,106); }
td.TdClassName
{
border-color: #505E6A;
}
.TagClassName
{
border-color: #505E6A;
}
</style>