Shades of Fiord #565B5E
Tints of Fiord #565B5E
RGB
CMYK
RGB Variations
Color information
#565B5E (or 0x565B5E) is known color: Fiord. HEX triplet: 56, 5B and 5E. RGB value is (86,91,94). Sum of RGB (Red+Green+Blue) = 86+91+94=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 94 - color contains mainly: blue. Hex color #565B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B5E is #A9A4A1. Grayscale: #595959. Windows color (decimal): -11117730 or 6183766. OLE color: 6183766.
HSL color Cylindrical-coordinate representation of color #565B5E: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565B5E is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 86 | 91 | 94 | - |
CMYK | 0.09 | 0.03 | 0 | 0.63 |
HSL | 202.5º | 0.04% | 0.35% | - |
HSV(B) | 202.5º | 0.09% | 0.37% | - |
XYZ | 9.6 | 10.27 | 12.07 | - |
YUV | 89.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 91 | 94 | 0.09 | 0.03 | 0 | 0.63 | 202.5 | 0.04 | 0.35 |
Hex | 56 | 5B | 5E | 9 | 3 | 0 | 3F | CA | 4 | 23 |
Octal | 126 | 133 | 136 | 11 | 3 | 0 | 77 | 312 | 4 | 43 |
Binary | 1010110 | 1011011 | 1011110 | 1001 | 11 | 0 | 111111 | 11001010 | 100 | 100011 |
Color Harmonies of #565B5E
Complementary color
Monochromatic Colors of #565B5E
Black with #565B5E
Text Example
Text Example
White with #565B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565B5E; }
p { color: rgb(86,91,94); }
H1.HeaderClassName
{
color: #565B5E;
}
.AnyTagClassName
{
color: #565B5E;
}
</style>
background-color css
<style>
a { background-color: #565B5E; }
a { background-color: rgb(86,91,94); }
div.DivClassName
{
background-color: #565B5E;
}
.BgClassName
{
background-color: #565B5E;
}
</style>
border-color css
<style>
span { border-color: #565B5E; }
span { border-color: rgb(86,91,94); }
td.TdClassName
{
border-color: #565B5E;
}
.TagClassName
{
border-color: #565B5E;
}
</style>