Shades of Fiord #515B5F
Tints of Fiord #515B5F
RGB
CMYK
RGB Variations
Color information
#515B5F (or 0x515B5F) is known color: Fiord. HEX triplet: 51, 5B and 5F. RGB value is (81,91,95). Sum of RGB (Red+Green+Blue) = 81+91+95=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 95 - color contains mainly: blue. Hex color #515B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B5F is #AEA4A0. Grayscale: #585858. Windows color (decimal): -11445409 or 6249297. OLE color: 6249297.
HSL color Cylindrical-coordinate representation of color #515B5F: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #515B5F is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 91 | 95 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.63 |
| HSL | 197.14º | 0.08% | 0.35% | - |
| HSV(B) | 197.14º | 0.15% | 0.37% | - |
| XYZ | 9.2 | 10.06 | 12.28 | - |
| YUV | 88.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 95 | 0.15 | 0.04 | 0 | 0.63 | 197.14 | 0.08 | 0.35 |
| Hex | 51 | 5B | 5F | F | 4 | 0 | 3F | C5 | 8 | 23 |
| Octal | 121 | 133 | 137 | 17 | 4 | 0 | 77 | 305 | 10 | 43 |
| Binary | 1010001 | 1011011 | 1011111 | 1111 | 100 | 0 | 111111 | 11000101 | 1000 | 100011 |
Color Harmonies of #515B5F
Complementary color
Monochromatic Colors of #515B5F
Black with #515B5F
Text Example
Text Example
White with #515B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B5F; }
p { color: rgb(81,91,95); }
H1.HeaderClassName
{
color: #515B5F;
}
.AnyTagClassName
{
color: #515B5F;
}
</style>
background-color css
<style>
a { background-color: #515B5F; }
a { background-color: rgb(81,91,95); }
div.DivClassName
{
background-color: #515B5F;
}
.BgClassName
{
background-color: #515B5F;
}
</style>
border-color css
<style>
span { border-color: #515B5F; }
span { border-color: rgb(81,91,95); }
td.TdClassName
{
border-color: #515B5F;
}
.TagClassName
{
border-color: #515B5F;
}
</style>