Shades of Fiord #505A60
Tints of Fiord #505A60
RGB
CMYK
RGB Variations
Color information
#505A60 (or 0x505A60) is known color: Fiord. HEX triplet: 50, 5A and 60. RGB value is (80,90,96). Sum of RGB (Red+Green+Blue) = 80+90+96=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #505A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A60 is #AFA59F. Grayscale: #575757. Windows color (decimal): -11511200 or 6314576. OLE color: 6314576.
HSL color Cylindrical-coordinate representation of color #505A60: hue angle of 202.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #505A60 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 90 | 96 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.62 |
| HSL | 202.5º | 0.09% | 0.35% | - |
| HSV(B) | 202.5º | 0.17% | 0.38% | - |
| XYZ | 9.08 | 9.86 | 12.49 | - |
| YUV | 87.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 96 | 0.17 | 0.06 | 0 | 0.62 | 202.5 | 0.09 | 0.35 |
| Hex | 50 | 5A | 60 | 11 | 6 | 0 | 3E | CA | 9 | 23 |
| Octal | 120 | 132 | 140 | 21 | 6 | 0 | 76 | 312 | 11 | 43 |
| Binary | 1010000 | 1011010 | 1100000 | 10001 | 110 | 0 | 111110 | 11001010 | 1001 | 100011 |
Color Harmonies of #505A60
Complementary color
Monochromatic Colors of #505A60
Black with #505A60
Text Example
Text Example
White with #505A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A60; }
p { color: rgb(80,90,96); }
H1.HeaderClassName
{
color: #505A60;
}
.AnyTagClassName
{
color: #505A60;
}
</style>
background-color css
<style>
a { background-color: #505A60; }
a { background-color: rgb(80,90,96); }
div.DivClassName
{
background-color: #505A60;
}
.BgClassName
{
background-color: #505A60;
}
</style>
border-color css
<style>
span { border-color: #505A60; }
span { border-color: rgb(80,90,96); }
td.TdClassName
{
border-color: #505A60;
}
.TagClassName
{
border-color: #505A60;
}
</style>