Shades of Fiord #565B5D
Tints of Fiord #565B5D
RGB
CMYK
RGB Variations
Color information
#565B5D (or 0x565B5D) is known color: Fiord. HEX triplet: 56, 5B and 5D. RGB value is (86,91,93). Sum of RGB (Red+Green+Blue) = 86+91+93=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 93 - color contains mainly: blue. Hex color #565B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B5D is #A9A4A2. Grayscale: #595959. Windows color (decimal): -11117731 or 6118230. OLE color: 6118230.
HSL color Cylindrical-coordinate representation of color #565B5D: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #565B5D is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 86 | 91 | 93 | - |
CMYK | 0.08 | 0.02 | 0 | 0.64 |
HSL | 197.14º | 0.04% | 0.35% | - |
HSV(B) | 197.14º | 0.08% | 0.36% | - |
XYZ | 9.55 | 10.25 | 11.83 | - |
YUV | 89.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 91 | 93 | 0.08 | 0.02 | 0 | 0.64 | 197.14 | 0.04 | 0.35 |
Hex | 56 | 5B | 5D | 8 | 2 | 0 | 40 | C5 | 4 | 23 |
Octal | 126 | 133 | 135 | 10 | 2 | 0 | 100 | 305 | 4 | 43 |
Binary | 1010110 | 1011011 | 1011101 | 1000 | 10 | 0 | 1000000 | 11000101 | 100 | 100011 |
Color Harmonies of #565B5D
Complementary color
Monochromatic Colors of #565B5D
Black with #565B5D
Text Example
Text Example
White with #565B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565B5D; }
p { color: rgb(86,91,93); }
H1.HeaderClassName
{
color: #565B5D;
}
.AnyTagClassName
{
color: #565B5D;
}
</style>
background-color css
<style>
a { background-color: #565B5D; }
a { background-color: rgb(86,91,93); }
div.DivClassName
{
background-color: #565B5D;
}
.BgClassName
{
background-color: #565B5D;
}
</style>
border-color css
<style>
span { border-color: #565B5D; }
span { border-color: rgb(86,91,93); }
td.TdClassName
{
border-color: #565B5D;
}
.TagClassName
{
border-color: #565B5D;
}
</style>