Shades of Fiord #505A5F
Tints of Fiord #505A5F
RGB
CMYK
RGB Variations
Color information
#505A5F (or 0x505A5F) is known color: Fiord. HEX triplet: 50, 5A and 5F. RGB value is (80,90,95). Sum of RGB (Red+Green+Blue) = 80+90+95=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 95 - color contains mainly: blue. Hex color #505A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A5F is #AFA5A0. Grayscale: #575757. Windows color (decimal): -11511201 or 6249040. OLE color: 6249040.
HSL color Cylindrical-coordinate representation of color #505A5F: hue angle of 200º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505A5F is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 90 | 95 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.63 |
| HSL | 200º | 0.09% | 0.34% | - |
| HSV(B) | 200º | 0.16% | 0.37% | - |
| XYZ | 9.03 | 9.84 | 12.25 | - |
| YUV | 87.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 95 | 0.16 | 0.05 | 0 | 0.63 | 200 | 0.09 | 0.34 |
| Hex | 50 | 5A | 5F | 10 | 5 | 0 | 3F | C8 | 9 | 22 |
| Octal | 120 | 132 | 137 | 20 | 5 | 0 | 77 | 310 | 11 | 42 |
| Binary | 1010000 | 1011010 | 1011111 | 10000 | 101 | 0 | 111111 | 11001000 | 1001 | 100010 |
Color Harmonies of #505A5F
Complementary color
Monochromatic Colors of #505A5F
Black with #505A5F
Text Example
Text Example
White with #505A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A5F; }
p { color: rgb(80,90,95); }
H1.HeaderClassName
{
color: #505A5F;
}
.AnyTagClassName
{
color: #505A5F;
}
</style>
background-color css
<style>
a { background-color: #505A5F; }
a { background-color: rgb(80,90,95); }
div.DivClassName
{
background-color: #505A5F;
}
.BgClassName
{
background-color: #505A5F;
}
</style>
border-color css
<style>
span { border-color: #505A5F; }
span { border-color: rgb(80,90,95); }
td.TdClassName
{
border-color: #505A5F;
}
.TagClassName
{
border-color: #505A5F;
}
</style>