Shades of Fiord #505A62
Tints of Fiord #505A62
RGB
CMYK
RGB Variations
Color information
#505A62 (or 0x505A62) is known color: Fiord. HEX triplet: 50, 5A and 62. RGB value is (80,90,98). Sum of RGB (Red+Green+Blue) = 80+90+98=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #505A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A62 is #AFA59D. Grayscale: #575757. Windows color (decimal): -11511198 or 6445648. OLE color: 6445648.
HSL color Cylindrical-coordinate representation of color #505A62: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505A62 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 90 | 98 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.62 |
| HSL | 206.67º | 0.1% | 0.35% | - |
| HSV(B) | 206.67º | 0.18% | 0.38% | - |
| XYZ | 9.17 | 9.9 | 12.98 | - |
| YUV | 87.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 98 | 0.18 | 0.08 | 0 | 0.62 | 206.67 | 0.1 | 0.35 |
| Hex | 50 | 5A | 62 | 12 | 8 | 0 | 3E | CF | A | 23 |
| Octal | 120 | 132 | 142 | 22 | 10 | 0 | 76 | 317 | 12 | 43 |
| Binary | 1010000 | 1011010 | 1100010 | 10010 | 1000 | 0 | 111110 | 11001111 | 1010 | 100011 |
Color Harmonies of #505A62
Complementary color
Monochromatic Colors of #505A62
Black with #505A62
Text Example
Text Example
White with #505A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A62; }
p { color: rgb(80,90,98); }
H1.HeaderClassName
{
color: #505A62;
}
.AnyTagClassName
{
color: #505A62;
}
</style>
background-color css
<style>
a { background-color: #505A62; }
a { background-color: rgb(80,90,98); }
div.DivClassName
{
background-color: #505A62;
}
.BgClassName
{
background-color: #505A62;
}
</style>
border-color css
<style>
span { border-color: #505A62; }
span { border-color: rgb(80,90,98); }
td.TdClassName
{
border-color: #505A62;
}
.TagClassName
{
border-color: #505A62;
}
</style>