Shades of Fiord #505C69
Tints of Fiord #505C69
RGB
CMYK
RGB Variations
Color information
#505C69 (or 0x505C69) is known color: Fiord. HEX triplet: 50, 5C and 69. RGB value is (80,92,105). Sum of RGB (Red+Green+Blue) = 80+92+105=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #505C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C69 is #AFA396. Grayscale: #595959. Windows color (decimal): -11510679 or 6904912. OLE color: 6904912.
HSL color Cylindrical-coordinate representation of color #505C69: hue angle of 211.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #505C69 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 92 | 105 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.59 |
| HSL | 211.2º | 0.14% | 0.36% | - |
| HSV(B) | 211.2º | 0.24% | 0.41% | - |
| XYZ | 9.69 | 10.38 | 14.86 | - |
| YUV | 89.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 105 | 0.24 | 0.12 | 0 | 0.59 | 211.2 | 0.14 | 0.36 |
| Hex | 50 | 5C | 69 | 18 | C | 0 | 3B | D3 | E | 24 |
| Octal | 120 | 134 | 151 | 30 | 14 | 0 | 73 | 323 | 16 | 44 |
| Binary | 1010000 | 1011100 | 1101001 | 11000 | 1100 | 0 | 111011 | 11010011 | 1110 | 100100 |
Color Harmonies of #505C69
Complementary color
Monochromatic Colors of #505C69
Black with #505C69
Text Example
Text Example
White with #505C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C69; }
p { color: rgb(80,92,105); }
H1.HeaderClassName
{
color: #505C69;
}
.AnyTagClassName
{
color: #505C69;
}
</style>
background-color css
<style>
a { background-color: #505C69; }
a { background-color: rgb(80,92,105); }
div.DivClassName
{
background-color: #505C69;
}
.BgClassName
{
background-color: #505C69;
}
</style>
border-color css
<style>
span { border-color: #505C69; }
span { border-color: rgb(80,92,105); }
td.TdClassName
{
border-color: #505C69;
}
.TagClassName
{
border-color: #505C69;
}
</style>