Shades of Fiord #515D68
Tints of Fiord #515D68
RGB
CMYK
RGB Variations
Color information
#515D68 (or 0x515D68) is known color: Fiord. HEX triplet: 51, 5D and 68. RGB value is (81,93,104). Sum of RGB (Red+Green+Blue) = 81+93+104=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #515D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D68 is #AEA297. Grayscale: #5A5A5A. Windows color (decimal): -11444888 or 6839633. OLE color: 6839633.
HSL color Cylindrical-coordinate representation of color #515D68: hue angle of 208.7º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515D68 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 93 | 104 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.59 |
| HSL | 208.7º | 0.12% | 0.36% | - |
| HSV(B) | 208.7º | 0.22% | 0.41% | - |
| XYZ | 9.81 | 10.58 | 14.62 | - |
| YUV | 90.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 104 | 0.22 | 0.11 | 0 | 0.59 | 208.7 | 0.12 | 0.36 |
| Hex | 51 | 5D | 68 | 16 | B | 0 | 3B | D1 | C | 24 |
| Octal | 121 | 135 | 150 | 26 | 13 | 0 | 73 | 321 | 14 | 44 |
| Binary | 1010001 | 1011101 | 1101000 | 10110 | 1011 | 0 | 111011 | 11010001 | 1100 | 100100 |
Color Harmonies of #515D68
Complementary color
Monochromatic Colors of #515D68
Black with #515D68
Text Example
Text Example
White with #515D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D68; }
p { color: rgb(81,93,104); }
H1.HeaderClassName
{
color: #515D68;
}
.AnyTagClassName
{
color: #515D68;
}
</style>
background-color css
<style>
a { background-color: #515D68; }
a { background-color: rgb(81,93,104); }
div.DivClassName
{
background-color: #515D68;
}
.BgClassName
{
background-color: #515D68;
}
</style>
border-color css
<style>
span { border-color: #515D68; }
span { border-color: rgb(81,93,104); }
td.TdClassName
{
border-color: #515D68;
}
.TagClassName
{
border-color: #515D68;
}
</style>