Shades of Fiord #515F69
Tints of Fiord #515F69
RGB
CMYK
RGB Variations
Color information
#515F69 (or 0x515F69) is known color: Fiord. HEX triplet: 51, 5F and 69. RGB value is (81,95,105). Sum of RGB (Red+Green+Blue) = 81+95+105=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #515F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F69 is #AEA096. Grayscale: #5B5B5B. Windows color (decimal): -11444375 or 6905681. OLE color: 6905681.
HSL color Cylindrical-coordinate representation of color #515F69: hue angle of 205º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #515F69 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 95 | 105 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.59 |
| HSL | 205º | 0.13% | 0.36% | - |
| HSV(B) | 205º | 0.23% | 0.41% | - |
| XYZ | 10.04 | 10.95 | 14.95 | - |
| YUV | 91.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 105 | 0.23 | 0.10 | 0 | 0.59 | 205 | 0.13 | 0.36 |
| Hex | 51 | 5F | 69 | 17 | A | 0 | 3B | CD | D | 24 |
| Octal | 121 | 137 | 151 | 27 | 12 | 0 | 73 | 315 | 15 | 44 |
| Binary | 1010001 | 1011111 | 1101001 | 10111 | 1010 | 0 | 111011 | 11001101 | 1101 | 100100 |
Color Harmonies of #515F69
Complementary color
Monochromatic Colors of #515F69
Black with #515F69
Text Example
Text Example
White with #515F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F69; }
p { color: rgb(81,95,105); }
H1.HeaderClassName
{
color: #515F69;
}
.AnyTagClassName
{
color: #515F69;
}
</style>
background-color css
<style>
a { background-color: #515F69; }
a { background-color: rgb(81,95,105); }
div.DivClassName
{
background-color: #515F69;
}
.BgClassName
{
background-color: #515F69;
}
</style>
border-color css
<style>
span { border-color: #515F69; }
span { border-color: rgb(81,95,105); }
td.TdClassName
{
border-color: #515F69;
}
.TagClassName
{
border-color: #515F69;
}
</style>