Shades of Fiord #51575C
Tints of Fiord #51575C
RGB
CMYK
RGB Variations
Color information
#51575C (or 0x51575C) is known color: Fiord. HEX triplet: 51, 57 and 5C. RGB value is (81,87,92). Sum of RGB (Red+Green+Blue) = 81+87+92=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 92 - color contains mainly: blue. Hex color #51575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51575C is #AEA8A3. Grayscale: #555555. Windows color (decimal): -11446436 or 6051665. OLE color: 6051665.
HSL color Cylindrical-coordinate representation of color #51575C: hue angle of 207.27º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51575C is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 87 | 92 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.64 |
| HSL | 207.27º | 0.06% | 0.34% | - |
| HSV(B) | 207.27º | 0.12% | 0.36% | - |
| XYZ | 8.73 | 9.34 | 11.47 | - |
| YUV | 85.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 92 | 0.12 | 0.05 | 0 | 0.64 | 207.27 | 0.06 | 0.34 |
| Hex | 51 | 57 | 5C | C | 5 | 0 | 40 | CF | 6 | 22 |
| Octal | 121 | 127 | 134 | 14 | 5 | 0 | 100 | 317 | 6 | 42 |
| Binary | 1010001 | 1010111 | 1011100 | 1100 | 101 | 0 | 1000000 | 11001111 | 110 | 100010 |
Color Harmonies of #51575C
Complementary color
Monochromatic Colors of #51575C
Black with #51575C
Text Example
Text Example
White with #51575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51575C; }
p { color: rgb(81,87,92); }
H1.HeaderClassName
{
color: #51575C;
}
.AnyTagClassName
{
color: #51575C;
}
</style>
background-color css
<style>
a { background-color: #51575C; }
a { background-color: rgb(81,87,92); }
div.DivClassName
{
background-color: #51575C;
}
.BgClassName
{
background-color: #51575C;
}
</style>
border-color css
<style>
span { border-color: #51575C; }
span { border-color: rgb(81,87,92); }
td.TdClassName
{
border-color: #51575C;
}
.TagClassName
{
border-color: #51575C;
}
</style>