Shades of Fiord #515C61
Tints of Fiord #515C61
RGB
CMYK
RGB Variations
Color information
#515C61 (or 0x515C61) is known color: Fiord. HEX triplet: 51, 5C and 61. RGB value is (81,92,97). Sum of RGB (Red+Green+Blue) = 81+92+97=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #515C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C61 is #AEA39E. Grayscale: #595959. Windows color (decimal): -11445151 or 6380625. OLE color: 6380625.
HSL color Cylindrical-coordinate representation of color #515C61: hue angle of 198.75º 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 #515C61 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 92 | 97 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.62 |
| HSL | 198.75º | 0.09% | 0.35% | - |
| HSV(B) | 198.75º | 0.16% | 0.38% | - |
| XYZ | 9.38 | 10.27 | 12.8 | - |
| YUV | 89.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 97 | 0.16 | 0.05 | 0 | 0.62 | 198.75 | 0.09 | 0.35 |
| Hex | 51 | 5C | 61 | 10 | 5 | 0 | 3E | C7 | 9 | 23 |
| Octal | 121 | 134 | 141 | 20 | 5 | 0 | 76 | 307 | 11 | 43 |
| Binary | 1010001 | 1011100 | 1100001 | 10000 | 101 | 0 | 111110 | 11000111 | 1001 | 100011 |
Color Harmonies of #515C61
Complementary color
Monochromatic Colors of #515C61
Black with #515C61
Text Example
Text Example
White with #515C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C61; }
p { color: rgb(81,92,97); }
H1.HeaderClassName
{
color: #515C61;
}
.AnyTagClassName
{
color: #515C61;
}
</style>
background-color css
<style>
a { background-color: #515C61; }
a { background-color: rgb(81,92,97); }
div.DivClassName
{
background-color: #515C61;
}
.BgClassName
{
background-color: #515C61;
}
</style>
border-color css
<style>
span { border-color: #515C61; }
span { border-color: rgb(81,92,97); }
td.TdClassName
{
border-color: #515C61;
}
.TagClassName
{
border-color: #515C61;
}
</style>