Shades of Fiord #565E63
Tints of Fiord #565E63
RGB
CMYK
RGB Variations
Color information
#565E63 (or 0x565E63) is known color: Fiord. HEX triplet: 56, 5E and 63. RGB value is (86,94,99). Sum of RGB (Red+Green+Blue) = 86+94+99=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #565E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E63 is #A9A19C. Grayscale: #5C5C5C. Windows color (decimal): -11116957 or 6512214. OLE color: 6512214.
HSL color Cylindrical-coordinate representation of color #565E63: hue angle of 203.08º 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 #565E63 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 94 | 99 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.61 |
| HSL | 203.08º | 0.07% | 0.36% | - |
| HSV(B) | 203.08º | 0.13% | 0.39% | - |
| XYZ | 10.09 | 10.88 | 13.37 | - |
| YUV | 92.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 99 | 0.13 | 0.05 | 0 | 0.61 | 203.08 | 0.07 | 0.36 |
| Hex | 56 | 5E | 63 | D | 5 | 0 | 3D | CB | 7 | 24 |
| Octal | 126 | 136 | 143 | 15 | 5 | 0 | 75 | 313 | 7 | 44 |
| Binary | 1010110 | 1011110 | 1100011 | 1101 | 101 | 0 | 111101 | 11001011 | 111 | 100100 |
Color Harmonies of #565E63
Complementary color
Monochromatic Colors of #565E63
Black with #565E63
Text Example
Text Example
White with #565E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E63; }
p { color: rgb(86,94,99); }
H1.HeaderClassName
{
color: #565E63;
}
.AnyTagClassName
{
color: #565E63;
}
</style>
background-color css
<style>
a { background-color: #565E63; }
a { background-color: rgb(86,94,99); }
div.DivClassName
{
background-color: #565E63;
}
.BgClassName
{
background-color: #565E63;
}
</style>
border-color css
<style>
span { border-color: #565E63; }
span { border-color: rgb(86,94,99); }
td.TdClassName
{
border-color: #565E63;
}
.TagClassName
{
border-color: #565E63;
}
</style>