Shades of Fiord #515E6B
Tints of Fiord #515E6B
RGB
CMYK
RGB Variations
Color information
#515E6B (or 0x515E6B) is known color: Fiord. HEX triplet: 51, 5E and 6B. RGB value is (81,94,107). Sum of RGB (Red+Green+Blue) = 81+94+107=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #515E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E6B is #AEA194. Grayscale: #5B5B5B. Windows color (decimal): -11444629 or 7036497. OLE color: 7036497.
HSL color Cylindrical-coordinate representation of color #515E6B: hue angle of 210º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515E6B is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 94 | 107 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.58 |
| HSL | 210º | 0.14% | 0.37% | - |
| HSV(B) | 210º | 0.24% | 0.42% | - |
| XYZ | 10.05 | 10.82 | 15.47 | - |
| YUV | 91.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 107 | 0.24 | 0.12 | 0 | 0.58 | 210 | 0.14 | 0.37 |
| Hex | 51 | 5E | 6B | 18 | C | 0 | 3A | D2 | E | 25 |
| Octal | 121 | 136 | 153 | 30 | 14 | 0 | 72 | 322 | 16 | 45 |
| Binary | 1010001 | 1011110 | 1101011 | 11000 | 1100 | 0 | 111010 | 11010010 | 1110 | 100101 |
Color Harmonies of #515E6B
Complementary color
Monochromatic Colors of #515E6B
Black with #515E6B
Text Example
Text Example
White with #515E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E6B; }
p { color: rgb(81,94,107); }
H1.HeaderClassName
{
color: #515E6B;
}
.AnyTagClassName
{
color: #515E6B;
}
</style>
background-color css
<style>
a { background-color: #515E6B; }
a { background-color: rgb(81,94,107); }
div.DivClassName
{
background-color: #515E6B;
}
.BgClassName
{
background-color: #515E6B;
}
</style>
border-color css
<style>
span { border-color: #515E6B; }
span { border-color: rgb(81,94,107); }
td.TdClassName
{
border-color: #515E6B;
}
.TagClassName
{
border-color: #515E6B;
}
</style>