Shades of Fiord #51585C
Tints of Fiord #51585C
RGB
CMYK
RGB Variations
Color information
#51585C (or 0x51585C) is known color: Fiord. HEX triplet: 51, 58 and 5C. RGB value is (81,88,92). Sum of RGB (Red+Green+Blue) = 81+88+92=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 92 - color contains mainly: blue. Hex color #51585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51585C is #AEA7A3. Grayscale: #565656. Windows color (decimal): -11446180 or 6051921. OLE color: 6051921.
HSL color Cylindrical-coordinate representation of color #51585C: hue angle of 201.82º 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 #51585C is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 88 | 92 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.64 |
| HSL | 201.82º | 0.06% | 0.34% | - |
| HSV(B) | 201.82º | 0.12% | 0.36% | - |
| XYZ | 8.81 | 9.5 | 11.49 | - |
| YUV | 86.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 92 | 0.12 | 0.04 | 0 | 0.64 | 201.82 | 0.06 | 0.34 |
| Hex | 51 | 58 | 5C | C | 4 | 0 | 40 | CA | 6 | 22 |
| Octal | 121 | 130 | 134 | 14 | 4 | 0 | 100 | 312 | 6 | 42 |
| Binary | 1010001 | 1011000 | 1011100 | 1100 | 100 | 0 | 1000000 | 11001010 | 110 | 100010 |
Color Harmonies of #51585C
Complementary color
Monochromatic Colors of #51585C
Black with #51585C
Text Example
Text Example
White with #51585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51585C; }
p { color: rgb(81,88,92); }
H1.HeaderClassName
{
color: #51585C;
}
.AnyTagClassName
{
color: #51585C;
}
</style>
background-color css
<style>
a { background-color: #51585C; }
a { background-color: rgb(81,88,92); }
div.DivClassName
{
background-color: #51585C;
}
.BgClassName
{
background-color: #51585C;
}
</style>
border-color css
<style>
span { border-color: #51585C; }
span { border-color: rgb(81,88,92); }
td.TdClassName
{
border-color: #51585C;
}
.TagClassName
{
border-color: #51585C;
}
</style>