Shades of Fiord #565C5E
Tints of Fiord #565C5E
RGB
CMYK
RGB Variations
Color information
#565C5E (or 0x565C5E) is known color: Fiord. HEX triplet: 56, 5C and 5E. RGB value is (86,92,94). Sum of RGB (Red+Green+Blue) = 86+92+94=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 94 - color contains mainly: blue. Hex color #565C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C5E is #A9A3A1. Grayscale: #5A5A5A. Windows color (decimal): -11117474 or 6184022. OLE color: 6184022.
HSL color Cylindrical-coordinate representation of color #565C5E: hue angle of 195º 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 #565C5E is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 86 | 92 | 94 | - |
CMYK | 0.09 | 0.02 | 0 | 0.63 |
HSL | 195º | 0.04% | 0.35% | - |
HSV(B) | 195º | 0.09% | 0.37% | - |
XYZ | 9.69 | 10.44 | 12.09 | - |
YUV | 90.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 92 | 94 | 0.09 | 0.02 | 0 | 0.63 | 195 | 0.04 | 0.35 |
Hex | 56 | 5C | 5E | 9 | 2 | 0 | 3F | C3 | 4 | 23 |
Octal | 126 | 134 | 136 | 11 | 2 | 0 | 77 | 303 | 4 | 43 |
Binary | 1010110 | 1011100 | 1011110 | 1001 | 10 | 0 | 111111 | 11000011 | 100 | 100011 |
Color Harmonies of #565C5E
Complementary color
Monochromatic Colors of #565C5E
Black with #565C5E
Text Example
Text Example
White with #565C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C5E; }
p { color: rgb(86,92,94); }
H1.HeaderClassName
{
color: #565C5E;
}
.AnyTagClassName
{
color: #565C5E;
}
</style>
background-color css
<style>
a { background-color: #565C5E; }
a { background-color: rgb(86,92,94); }
div.DivClassName
{
background-color: #565C5E;
}
.BgClassName
{
background-color: #565C5E;
}
</style>
border-color css
<style>
span { border-color: #565C5E; }
span { border-color: rgb(86,92,94); }
td.TdClassName
{
border-color: #565C5E;
}
.TagClassName
{
border-color: #565C5E;
}
</style>