Shades of Fiord #51616E
Tints of Fiord #51616E
RGB
CMYK
RGB Variations
Color information
#51616E (or 0x51616E) is known color: Fiord. HEX triplet: 51, 61 and 6E. RGB value is (81,97,110). Sum of RGB (Red+Green+Blue) = 81+97+110=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #51616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51616E is #AE9E91. Grayscale: #5D5D5D. Windows color (decimal): -11443858 or 7233873. OLE color: 7233873.
HSL color Cylindrical-coordinate representation of color #51616E: hue angle of 206.9º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51616E is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 97 | 110 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.57 |
| HSL | 206.9º | 0.15% | 0.37% | - |
| HSV(B) | 206.9º | 0.26% | 0.43% | - |
| XYZ | 10.48 | 11.42 | 16.4 | - |
| YUV | 93.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 97 | 110 | 0.26 | 0.12 | 0 | 0.57 | 206.9 | 0.15 | 0.37 |
| Hex | 51 | 61 | 6E | 1A | C | 0 | 39 | CF | F | 25 |
| Octal | 121 | 141 | 156 | 32 | 14 | 0 | 71 | 317 | 17 | 45 |
| Binary | 1010001 | 1100001 | 1101110 | 11010 | 1100 | 0 | 111001 | 11001111 | 1111 | 100101 |
Color Harmonies of #51616E
Complementary color
Monochromatic Colors of #51616E
Black with #51616E
Text Example
Text Example
White with #51616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51616E; }
p { color: rgb(81,97,110); }
H1.HeaderClassName
{
color: #51616E;
}
.AnyTagClassName
{
color: #51616E;
}
</style>
background-color css
<style>
a { background-color: #51616E; }
a { background-color: rgb(81,97,110); }
div.DivClassName
{
background-color: #51616E;
}
.BgClassName
{
background-color: #51616E;
}
</style>
border-color css
<style>
span { border-color: #51616E; }
span { border-color: rgb(81,97,110); }
td.TdClassName
{
border-color: #51616E;
}
.TagClassName
{
border-color: #51616E;
}
</style>