Shades of Fiord #51626C
Tints of Fiord #51626C
RGB
CMYK
RGB Variations
Color information
#51626C (or 0x51626C) is known color: Fiord. HEX triplet: 51, 62 and 6C. RGB value is (81,98,108). Sum of RGB (Red+Green+Blue) = 81+98+108=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #51626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51626C is #AE9D93. Grayscale: #5E5E5E. Windows color (decimal): -11443604 or 7103057. OLE color: 7103057.
HSL color Cylindrical-coordinate representation of color #51626C: hue angle of 202.22º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51626C is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 98 | 108 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.58 |
| HSL | 202.22º | 0.14% | 0.37% | - |
| HSV(B) | 202.22º | 0.25% | 0.42% | - |
| XYZ | 10.47 | 11.57 | 15.87 | - |
| YUV | 94.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 108 | 0.25 | 0.09 | 0 | 0.58 | 202.22 | 0.14 | 0.37 |
| Hex | 51 | 62 | 6C | 19 | 9 | 0 | 3A | CA | E | 25 |
| Octal | 121 | 142 | 154 | 31 | 11 | 0 | 72 | 312 | 16 | 45 |
| Binary | 1010001 | 1100010 | 1101100 | 11001 | 1001 | 0 | 111010 | 11001010 | 1110 | 100101 |
Color Harmonies of #51626C
Complementary color
Monochromatic Colors of #51626C
Black with #51626C
Text Example
Text Example
White with #51626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51626C; }
p { color: rgb(81,98,108); }
H1.HeaderClassName
{
color: #51626C;
}
.AnyTagClassName
{
color: #51626C;
}
</style>
background-color css
<style>
a { background-color: #51626C; }
a { background-color: rgb(81,98,108); }
div.DivClassName
{
background-color: #51626C;
}
.BgClassName
{
background-color: #51626C;
}
</style>
border-color css
<style>
span { border-color: #51626C; }
span { border-color: rgb(81,98,108); }
td.TdClassName
{
border-color: #51626C;
}
.TagClassName
{
border-color: #51626C;
}
</style>