Shades of Fiord #51636D
Tints of Fiord #51636D
RGB
CMYK
RGB Variations
Color information
#51636D (or 0x51636D) is known color: Fiord. HEX triplet: 51, 63 and 6D. RGB value is (81,99,109). Sum of RGB (Red+Green+Blue) = 81+99+109=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #51636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51636D is #AE9C92. Grayscale: #5E5E5E. Windows color (decimal): -11443347 or 7168849. OLE color: 7168849.
HSL color Cylindrical-coordinate representation of color #51636D: hue angle of 201.43º 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 #51636D is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 99 | 109 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.57 |
| HSL | 201.43º | 0.15% | 0.37% | - |
| HSV(B) | 201.43º | 0.26% | 0.43% | - |
| XYZ | 10.62 | 11.78 | 16.18 | - |
| YUV | 94.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 109 | 0.26 | 0.09 | 0 | 0.57 | 201.43 | 0.15 | 0.37 |
| Hex | 51 | 63 | 6D | 1A | 9 | 0 | 39 | C9 | F | 25 |
| Octal | 121 | 143 | 155 | 32 | 11 | 0 | 71 | 311 | 17 | 45 |
| Binary | 1010001 | 1100011 | 1101101 | 11010 | 1001 | 0 | 111001 | 11001001 | 1111 | 100101 |
Color Harmonies of #51636D
Complementary color
Monochromatic Colors of #51636D
Black with #51636D
Text Example
Text Example
White with #51636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51636D; }
p { color: rgb(81,99,109); }
H1.HeaderClassName
{
color: #51636D;
}
.AnyTagClassName
{
color: #51636D;
}
</style>
background-color css
<style>
a { background-color: #51636D; }
a { background-color: rgb(81,99,109); }
div.DivClassName
{
background-color: #51636D;
}
.BgClassName
{
background-color: #51636D;
}
</style>
border-color css
<style>
span { border-color: #51636D; }
span { border-color: rgb(81,99,109); }
td.TdClassName
{
border-color: #51636D;
}
.TagClassName
{
border-color: #51636D;
}
</style>