Shades of Fiord #565D62
Tints of Fiord #565D62
RGB
CMYK
RGB Variations
Color information
#565D62 (or 0x565D62) is known color: Fiord. HEX triplet: 56, 5D and 62. RGB value is (86,93,98). Sum of RGB (Red+Green+Blue) = 86+93+98=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #565D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D62 is #A9A29D. Grayscale: #5B5B5B. Windows color (decimal): -11117214 or 6446422. OLE color: 6446422.
HSL color Cylindrical-coordinate representation of color #565D62: hue angle of 205º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #565D62 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 93 | 98 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.62 |
| HSL | 205º | 0.07% | 0.36% | - |
| HSV(B) | 205º | 0.12% | 0.38% | - |
| XYZ | 9.96 | 10.69 | 13.09 | - |
| YUV | 91.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 98 | 0.12 | 0.05 | 0 | 0.62 | 205 | 0.07 | 0.36 |
| Hex | 56 | 5D | 62 | C | 5 | 0 | 3E | CD | 7 | 24 |
| Octal | 126 | 135 | 142 | 14 | 5 | 0 | 76 | 315 | 7 | 44 |
| Binary | 1010110 | 1011101 | 1100010 | 1100 | 101 | 0 | 111110 | 11001101 | 111 | 100100 |
Color Harmonies of #565D62
Complementary color
Monochromatic Colors of #565D62
Black with #565D62
Text Example
Text Example
White with #565D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D62; }
p { color: rgb(86,93,98); }
H1.HeaderClassName
{
color: #565D62;
}
.AnyTagClassName
{
color: #565D62;
}
</style>
background-color css
<style>
a { background-color: #565D62; }
a { background-color: rgb(86,93,98); }
div.DivClassName
{
background-color: #565D62;
}
.BgClassName
{
background-color: #565D62;
}
</style>
border-color css
<style>
span { border-color: #565D62; }
span { border-color: rgb(86,93,98); }
td.TdClassName
{
border-color: #565D62;
}
.TagClassName
{
border-color: #565D62;
}
</style>