Shades of Fiord #515E65
Tints of Fiord #515E65
RGB
CMYK
RGB Variations
Color information
#515E65 (or 0x515E65) is known color: Fiord. HEX triplet: 51, 5E and 65. RGB value is (81,94,101). Sum of RGB (Red+Green+Blue) = 81+94+101=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #515E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E65 is #AEA19A. Grayscale: #5A5A5A. Windows color (decimal): -11444635 or 6643281. OLE color: 6643281.
HSL color Cylindrical-coordinate representation of color #515E65: hue angle of 201º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515E65 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 94 | 101 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.60 |
| HSL | 201º | 0.11% | 0.36% | - |
| HSV(B) | 201º | 0.2% | 0.4% | - |
| XYZ | 9.75 | 10.69 | 13.86 | - |
| YUV | 90.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 101 | 0.20 | 0.07 | 0 | 0.60 | 201 | 0.11 | 0.36 |
| Hex | 51 | 5E | 65 | 14 | 7 | 0 | 3C | C9 | B | 24 |
| Octal | 121 | 136 | 145 | 24 | 7 | 0 | 74 | 311 | 13 | 44 |
| Binary | 1010001 | 1011110 | 1100101 | 10100 | 111 | 0 | 111100 | 11001001 | 1011 | 100100 |
Color Harmonies of #515E65
Complementary color
Monochromatic Colors of #515E65
Black with #515E65
Text Example
Text Example
White with #515E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E65; }
p { color: rgb(81,94,101); }
H1.HeaderClassName
{
color: #515E65;
}
.AnyTagClassName
{
color: #515E65;
}
</style>
background-color css
<style>
a { background-color: #515E65; }
a { background-color: rgb(81,94,101); }
div.DivClassName
{
background-color: #515E65;
}
.BgClassName
{
background-color: #515E65;
}
</style>
border-color css
<style>
span { border-color: #515E65; }
span { border-color: rgb(81,94,101); }
td.TdClassName
{
border-color: #515E65;
}
.TagClassName
{
border-color: #515E65;
}
</style>