Shades of Fiord #56636A
Tints of Fiord #56636A
RGB
CMYK
RGB Variations
Color information
#56636A (or 0x56636A) is known color: Fiord. HEX triplet: 56, 63 and 6A. RGB value is (86,99,106). Sum of RGB (Red+Green+Blue) = 86+99+106=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 106 - color contains mainly: blue. Hex color #56636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56636A is #A99C95. Grayscale: #5F5F5F. Windows color (decimal): -11115670 or 6972246. OLE color: 6972246.
HSL color Cylindrical-coordinate representation of color #56636A: hue angle of 201º 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 #56636A is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 99 | 106 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.58 |
| HSL | 201º | 0.1% | 0.38% | - |
| HSV(B) | 201º | 0.19% | 0.42% | - |
| XYZ | 10.9 | 11.94 | 15.37 | - |
| YUV | 95.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 106 | 0.19 | 0.07 | 0 | 0.58 | 201 | 0.1 | 0.38 |
| Hex | 56 | 63 | 6A | 13 | 7 | 0 | 3A | C9 | A | 26 |
| Octal | 126 | 143 | 152 | 23 | 7 | 0 | 72 | 311 | 12 | 46 |
| Binary | 1010110 | 1100011 | 1101010 | 10011 | 111 | 0 | 111010 | 11001001 | 1010 | 100110 |
Color Harmonies of #56636A
Complementary color
Monochromatic Colors of #56636A
Black with #56636A
Text Example
Text Example
White with #56636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56636A; }
p { color: rgb(86,99,106); }
H1.HeaderClassName
{
color: #56636A;
}
.AnyTagClassName
{
color: #56636A;
}
</style>
background-color css
<style>
a { background-color: #56636A; }
a { background-color: rgb(86,99,106); }
div.DivClassName
{
background-color: #56636A;
}
.BgClassName
{
background-color: #56636A;
}
</style>
border-color css
<style>
span { border-color: #56636A; }
span { border-color: rgb(86,99,106); }
td.TdClassName
{
border-color: #56636A;
}
.TagClassName
{
border-color: #56636A;
}
</style>