Shades of Fiord #565C60
Tints of Fiord #565C60
RGB
CMYK
RGB Variations
Color information
#565C60 (or 0x565C60) is known color: Fiord. HEX triplet: 56, 5C and 60. RGB value is (86,92,96). Sum of RGB (Red+Green+Blue) = 86+92+96=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 96 - color contains mainly: blue. Hex color #565C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C60 is #A9A39F. Grayscale: #5A5A5A. Windows color (decimal): -11117472 or 6315094. OLE color: 6315094.
HSL color Cylindrical-coordinate representation of color #565C60: hue angle of 204º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #565C60 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 92 | 96 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.62 |
| HSL | 204º | 0.05% | 0.36% | - |
| HSV(B) | 204º | 0.1% | 0.38% | - |
| XYZ | 9.78 | 10.48 | 12.57 | - |
| YUV | 90.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 96 | 0.10 | 0.04 | 0 | 0.62 | 204 | 0.05 | 0.36 |
| Hex | 56 | 5C | 60 | A | 4 | 0 | 3E | CC | 5 | 24 |
| Octal | 126 | 134 | 140 | 12 | 4 | 0 | 76 | 314 | 5 | 44 |
| Binary | 1010110 | 1011100 | 1100000 | 1010 | 100 | 0 | 111110 | 11001100 | 101 | 100100 |
Color Harmonies of #565C60
Complementary color
Monochromatic Colors of #565C60
Black with #565C60
Text Example
Text Example
White with #565C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C60; }
p { color: rgb(86,92,96); }
H1.HeaderClassName
{
color: #565C60;
}
.AnyTagClassName
{
color: #565C60;
}
</style>
background-color css
<style>
a { background-color: #565C60; }
a { background-color: rgb(86,92,96); }
div.DivClassName
{
background-color: #565C60;
}
.BgClassName
{
background-color: #565C60;
}
</style>
border-color css
<style>
span { border-color: #565C60; }
span { border-color: rgb(86,92,96); }
td.TdClassName
{
border-color: #565C60;
}
.TagClassName
{
border-color: #565C60;
}
</style>