Shades of Fiord #515B61
Tints of Fiord #515B61
RGB
CMYK
RGB Variations
Color information
#515B61 (or 0x515B61) is known color: Fiord. HEX triplet: 51, 5B and 61. RGB value is (81,91,97). Sum of RGB (Red+Green+Blue) = 81+91+97=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #515B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B61 is #AEA49E. Grayscale: #585858. Windows color (decimal): -11445407 or 6380369. OLE color: 6380369.
HSL color Cylindrical-coordinate representation of color #515B61: hue angle of 202.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #515B61 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 91 | 97 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.62 |
| HSL | 202.5º | 0.09% | 0.35% | - |
| HSV(B) | 202.5º | 0.16% | 0.38% | - |
| XYZ | 9.29 | 10.09 | 12.77 | - |
| YUV | 88.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 97 | 0.16 | 0.06 | 0 | 0.62 | 202.5 | 0.09 | 0.35 |
| Hex | 51 | 5B | 61 | 10 | 6 | 0 | 3E | CA | 9 | 23 |
| Octal | 121 | 133 | 141 | 20 | 6 | 0 | 76 | 312 | 11 | 43 |
| Binary | 1010001 | 1011011 | 1100001 | 10000 | 110 | 0 | 111110 | 11001010 | 1001 | 100011 |
Color Harmonies of #515B61
Complementary color
Monochromatic Colors of #515B61
Black with #515B61
Text Example
Text Example
White with #515B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B61; }
p { color: rgb(81,91,97); }
H1.HeaderClassName
{
color: #515B61;
}
.AnyTagClassName
{
color: #515B61;
}
</style>
background-color css
<style>
a { background-color: #515B61; }
a { background-color: rgb(81,91,97); }
div.DivClassName
{
background-color: #515B61;
}
.BgClassName
{
background-color: #515B61;
}
</style>
border-color css
<style>
span { border-color: #515B61; }
span { border-color: rgb(81,91,97); }
td.TdClassName
{
border-color: #515B61;
}
.TagClassName
{
border-color: #515B61;
}
</style>