Shades of Fiord #515D63
Tints of Fiord #515D63
RGB
CMYK
RGB Variations
Color information
#515D63 (or 0x515D63) is known color: Fiord. HEX triplet: 51, 5D and 63. RGB value is (81,93,99). Sum of RGB (Red+Green+Blue) = 81+93+99=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 99 - color contains mainly: blue. Hex color #515D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D63 is #AEA29C. Grayscale: #5A5A5A. Windows color (decimal): -11444893 or 6511953. OLE color: 6511953.
HSL color Cylindrical-coordinate representation of color #515D63: hue angle of 200º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #515D63 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 93 | 99 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.61 |
| HSL | 200º | 0.1% | 0.35% | - |
| HSV(B) | 200º | 0.18% | 0.39% | - |
| XYZ | 9.56 | 10.48 | 13.32 | - |
| YUV | 90.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 99 | 0.18 | 0.06 | 0 | 0.61 | 200 | 0.1 | 0.35 |
| Hex | 51 | 5D | 63 | 12 | 6 | 0 | 3D | C8 | A | 23 |
| Octal | 121 | 135 | 143 | 22 | 6 | 0 | 75 | 310 | 12 | 43 |
| Binary | 1010001 | 1011101 | 1100011 | 10010 | 110 | 0 | 111101 | 11001000 | 1010 | 100011 |
Color Harmonies of #515D63
Complementary color
Monochromatic Colors of #515D63
Black with #515D63
Text Example
Text Example
White with #515D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D63; }
p { color: rgb(81,93,99); }
H1.HeaderClassName
{
color: #515D63;
}
.AnyTagClassName
{
color: #515D63;
}
</style>
background-color css
<style>
a { background-color: #515D63; }
a { background-color: rgb(81,93,99); }
div.DivClassName
{
background-color: #515D63;
}
.BgClassName
{
background-color: #515D63;
}
</style>
border-color css
<style>
span { border-color: #515D63; }
span { border-color: rgb(81,93,99); }
td.TdClassName
{
border-color: #515D63;
}
.TagClassName
{
border-color: #515D63;
}
</style>