Shades of Fiord #515B65
Tints of Fiord #515B65
RGB
CMYK
RGB Variations
Color information
#515B65 (or 0x515B65) is known color: Fiord. HEX triplet: 51, 5B and 65. RGB value is (81,91,101). Sum of RGB (Red+Green+Blue) = 81+91+101=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #515B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B65 is #AEA49A. Grayscale: #595959. Windows color (decimal): -11445403 or 6642513. OLE color: 6642513.
HSL color Cylindrical-coordinate representation of color #515B65: hue angle of 210º 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 #515B65 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 91 | 101 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.60 |
| HSL | 210º | 0.11% | 0.36% | - |
| HSV(B) | 210º | 0.2% | 0.4% | - |
| XYZ | 9.48 | 10.17 | 13.78 | - |
| YUV | 89.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 101 | 0.20 | 0.10 | 0 | 0.60 | 210 | 0.11 | 0.36 |
| Hex | 51 | 5B | 65 | 14 | A | 0 | 3C | D2 | B | 24 |
| Octal | 121 | 133 | 145 | 24 | 12 | 0 | 74 | 322 | 13 | 44 |
| Binary | 1010001 | 1011011 | 1100101 | 10100 | 1010 | 0 | 111100 | 11010010 | 1011 | 100100 |
Color Harmonies of #515B65
Complementary color
Monochromatic Colors of #515B65
Black with #515B65
Text Example
Text Example
White with #515B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B65; }
p { color: rgb(81,91,101); }
H1.HeaderClassName
{
color: #515B65;
}
.AnyTagClassName
{
color: #515B65;
}
</style>
background-color css
<style>
a { background-color: #515B65; }
a { background-color: rgb(81,91,101); }
div.DivClassName
{
background-color: #515B65;
}
.BgClassName
{
background-color: #515B65;
}
</style>
border-color css
<style>
span { border-color: #515B65; }
span { border-color: rgb(81,91,101); }
td.TdClassName
{
border-color: #515B65;
}
.TagClassName
{
border-color: #515B65;
}
</style>