Shades of Fiord #55656D
Tints of Fiord #55656D
RGB
CMYK
RGB Variations
Color information
#55656D (or 0x55656D) is known color: Fiord. HEX triplet: 55, 65 and 6D. RGB value is (85,101,109). Sum of RGB (Red+Green+Blue) = 85+101+109=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #55656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55656D is #AA9A92. Grayscale: #616161. Windows color (decimal): -11180691 or 7169365. OLE color: 7169365.
HSL color Cylindrical-coordinate representation of color #55656D: hue angle of 200º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55656D is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 101 | 109 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.57 |
| HSL | 200º | 0.12% | 0.38% | - |
| HSV(B) | 200º | 0.22% | 0.43% | - |
| XYZ | 11.16 | 12.34 | 16.26 | - |
| YUV | 97.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 109 | 0.22 | 0.07 | 0 | 0.57 | 200 | 0.12 | 0.38 |
| Hex | 55 | 65 | 6D | 16 | 7 | 0 | 39 | C8 | C | 26 |
| Octal | 125 | 145 | 155 | 26 | 7 | 0 | 71 | 310 | 14 | 46 |
| Binary | 1010101 | 1100101 | 1101101 | 10110 | 111 | 0 | 111001 | 11001000 | 1100 | 100110 |
Color Harmonies of #55656D
Complementary color
Monochromatic Colors of #55656D
Black with #55656D
Text Example
Text Example
White with #55656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55656D; }
p { color: rgb(85,101,109); }
H1.HeaderClassName
{
color: #55656D;
}
.AnyTagClassName
{
color: #55656D;
}
</style>
background-color css
<style>
a { background-color: #55656D; }
a { background-color: rgb(85,101,109); }
div.DivClassName
{
background-color: #55656D;
}
.BgClassName
{
background-color: #55656D;
}
</style>
border-color css
<style>
span { border-color: #55656D; }
span { border-color: rgb(85,101,109); }
td.TdClassName
{
border-color: #55656D;
}
.TagClassName
{
border-color: #55656D;
}
</style>