Shades of Fiord #565D63
Tints of Fiord #565D63
RGB
CMYK
RGB Variations
Color information
#565D63 (or 0x565D63) is known color: Fiord. HEX triplet: 56, 5D and 63. RGB value is (86,93,99). Sum of RGB (Red+Green+Blue) = 86+93+99=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #565D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D63 is #A9A29C. Grayscale: #5B5B5B. Windows color (decimal): -11117213 or 6511958. OLE color: 6511958.
HSL color Cylindrical-coordinate representation of color #565D63: hue angle of 207.69º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #565D63 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 93 | 99 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.61 |
| HSL | 207.69º | 0.07% | 0.36% | - |
| HSV(B) | 207.69º | 0.13% | 0.39% | - |
| XYZ | 10 | 10.71 | 13.34 | - |
| YUV | 91.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 99 | 0.13 | 0.06 | 0 | 0.61 | 207.69 | 0.07 | 0.36 |
| Hex | 56 | 5D | 63 | D | 6 | 0 | 3D | D0 | 7 | 24 |
| Octal | 126 | 135 | 143 | 15 | 6 | 0 | 75 | 320 | 7 | 44 |
| Binary | 1010110 | 1011101 | 1100011 | 1101 | 110 | 0 | 111101 | 11010000 | 111 | 100100 |
Color Harmonies of #565D63
Complementary color
Monochromatic Colors of #565D63
Black with #565D63
Text Example
Text Example
White with #565D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D63; }
p { color: rgb(86,93,99); }
H1.HeaderClassName
{
color: #565D63;
}
.AnyTagClassName
{
color: #565D63;
}
</style>
background-color css
<style>
a { background-color: #565D63; }
a { background-color: rgb(86,93,99); }
div.DivClassName
{
background-color: #565D63;
}
.BgClassName
{
background-color: #565D63;
}
</style>
border-color css
<style>
span { border-color: #565D63; }
span { border-color: rgb(86,93,99); }
td.TdClassName
{
border-color: #565D63;
}
.TagClassName
{
border-color: #565D63;
}
</style>