Shades of Fiord #51595E
Tints of Fiord #51595E
RGB
CMYK
RGB Variations
Color information
#51595E (or 0x51595E) is known color: Fiord. HEX triplet: 51, 59 and 5E. RGB value is (81,89,94). Sum of RGB (Red+Green+Blue) = 81+89+94=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 94 - color contains mainly: blue. Hex color #51595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51595E is #AEA6A1. Grayscale: #575757. Windows color (decimal): -11445922 or 6183249. OLE color: 6183249.
HSL color Cylindrical-coordinate representation of color #51595E: hue angle of 203.08º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #51595E is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 89 | 94 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.63 |
| HSL | 203.08º | 0.07% | 0.34% | - |
| HSV(B) | 203.08º | 0.14% | 0.37% | - |
| XYZ | 8.99 | 9.7 | 11.99 | - |
| YUV | 87.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 94 | 0.14 | 0.05 | 0 | 0.63 | 203.08 | 0.07 | 0.34 |
| Hex | 51 | 59 | 5E | E | 5 | 0 | 3F | CB | 7 | 22 |
| Octal | 121 | 131 | 136 | 16 | 5 | 0 | 77 | 313 | 7 | 42 |
| Binary | 1010001 | 1011001 | 1011110 | 1110 | 101 | 0 | 111111 | 11001011 | 111 | 100010 |
Color Harmonies of #51595E
Complementary color
Monochromatic Colors of #51595E
Black with #51595E
Text Example
Text Example
White with #51595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51595E; }
p { color: rgb(81,89,94); }
H1.HeaderClassName
{
color: #51595E;
}
.AnyTagClassName
{
color: #51595E;
}
</style>
background-color css
<style>
a { background-color: #51595E; }
a { background-color: rgb(81,89,94); }
div.DivClassName
{
background-color: #51595E;
}
.BgClassName
{
background-color: #51595E;
}
</style>
border-color css
<style>
span { border-color: #51595E; }
span { border-color: rgb(81,89,94); }
td.TdClassName
{
border-color: #51595E;
}
.TagClassName
{
border-color: #51595E;
}
</style>