Shades of Fiord #56646A
Tints of Fiord #56646A
RGB
CMYK
RGB Variations
Color information
#56646A (or 0x56646A) is known color: Fiord. HEX triplet: 56, 64 and 6A. RGB value is (86,100,106). Sum of RGB (Red+Green+Blue) = 86+100+106=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 106 - color contains mainly: blue. Hex color #56646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56646A is #A99B95. Grayscale: #606060. Windows color (decimal): -11115414 or 6972502. OLE color: 6972502.
HSL color Cylindrical-coordinate representation of color #56646A: hue angle of 198º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #56646A is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 100 | 106 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.58 |
| HSL | 198º | 0.1% | 0.38% | - |
| HSV(B) | 198º | 0.19% | 0.42% | - |
| XYZ | 11 | 12.13 | 15.4 | - |
| YUV | 96.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 106 | 0.19 | 0.06 | 0 | 0.58 | 198 | 0.1 | 0.38 |
| Hex | 56 | 64 | 6A | 13 | 6 | 0 | 3A | C6 | A | 26 |
| Octal | 126 | 144 | 152 | 23 | 6 | 0 | 72 | 306 | 12 | 46 |
| Binary | 1010110 | 1100100 | 1101010 | 10011 | 110 | 0 | 111010 | 11000110 | 1010 | 100110 |
Color Harmonies of #56646A
Complementary color
Monochromatic Colors of #56646A
Black with #56646A
Text Example
Text Example
White with #56646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56646A; }
p { color: rgb(86,100,106); }
H1.HeaderClassName
{
color: #56646A;
}
.AnyTagClassName
{
color: #56646A;
}
</style>
background-color css
<style>
a { background-color: #56646A; }
a { background-color: rgb(86,100,106); }
div.DivClassName
{
background-color: #56646A;
}
.BgClassName
{
background-color: #56646A;
}
</style>
border-color css
<style>
span { border-color: #56646A; }
span { border-color: rgb(86,100,106); }
td.TdClassName
{
border-color: #56646A;
}
.TagClassName
{
border-color: #56646A;
}
</style>